Pippins Plugins
  • Email
  • Facebook
  • Feedburner
  • Github
  • Google
  • Twitter
  • Vimeo
  • Youtube
  • Rss
  • About
  • News
  • Join the Site
    • Member Benefits
    • Member Plugins
    • Email Notifications
  • Plugin Store
    • Affiliate Area
    • Checkout
  • Plugins
    • Plugin Portfolio
      • Plugin Portfolio – List View
    • Free
    • Premium
    • Member Plugins
    • Coding Standards
    • Get Plugin Support
  • Tutorials
    • Series
      • Plugin Development 101
      • Creating a User Follow System Plugin
      • Customizing Restrict Content Pro
      • Displaying Content with Easy Content Types
      • Writing Your First WordPress Plugins, Basic to Advanced
      • Working with Widgets
      • User Submitted Image Galleries
      • Plugin Thoughts
      • Integrating Stripe.com with WordPress
      • WordPress Rewrite API
    • Member Exclusive
      • Free Members
      • Subscriber Only
    • Difficulty
      • Beginner
      • Intermediate
      • Advanced
    • Action and Filter Hooks
    • Ajax
    • Custom Post Types
    • External APIs
    • Short Codes
    • Taxonomies
    • Video Tutorials
    • Widget Tutorials
    • WordPress Admin / Dashboard
    • Working with jQuery
    • WordPress Database
    • Writing Plugins
    • Tag Index
  • Reviews
  • Support Forum
  • Contact
    • Support the Site
    • Request Code Review
    • Plugin Support
sc-preview-no-ribbon

Sugar Event Calendar

A sweet and simple event calendar for WordPress

rcp-post-image

Restrict Content Pro – Premium Content Plugin

A powerful subscription and premium content plugin

fsb-preview

Full Screen Background Images Plugin

Add beautiful full screen background images to your site.

ecpt-slide-image

Easy Content Types

Easy custom post types, taxonomies, and meta boxes

More Plugins

Stripe Integration Part 8 – Working with Invoices

Posted on November 27, 2012 by Pippin in Advanced, External APIs, Tutorials 15 Comments
blueprints

The Stripe invoice system allows us to easily add charges to our existing customers subscriptions, such as one time sign up fees, extra monthly charges for new features, or anything else. Just like every other feature in the Stripe API, it’s extremely simple to use, and in this part of the Stripe Integration tutorial series [...]

View Post Stripe

WP_Logging – A General Use Logging System for WordPress

Posted on November 23, 2012 by Pippin in Advanced, Resources, Tutorials 11 Comments

WP_Logging is a general use logging system that I have written for WordPress. It was first written for my Easy Digital Downloads but I have adapted it for general use. The main idea behind the class it to provide a simple solution for logging events, actions, errors, etc, inside of your WordPress plugins or themes.

View Post WP_Logging

bbPress – Private Replies Extension

Posted on November 22, 2012 by Pippin in Add Ons, Free, Plugins, Utilities 15 Comments

I run several support forums on the bbPress plugin and one of the issues I have constantly run into is how to provide a good way for users to post private information in their support threads, without having to email it or open a private ticket in a separate system. In order to solve this, [...]

View Post bbpress, Rémi Corson

I Wrote Some Really Dangerous Code

Posted on November 20, 2012 by Pippin in Tutorials 22 Comments

Sometimes when looking back at something I wrote in the past, perhaps two years ago, I discover some really terrible code I’ve written. Some of it is simply poor quality with really bad formatting, and some of it is outright dangerous from a security point. This evening I discovered some of that “dangerous” code inside [...]

View Post

Why I Love Plugins

Posted on November 15, 2012 by Pippin in Thoughts 29 Comments

If you hadn’t guessed it already, I really, really love WordPress plugins. I love writing them, using them, reviewing them, and everything else involved with plugins. There is just something about them that really excites me; I always love writing new plugins. I’d like to explore a few of the reasons why I have so [...]

View Post

Review: Closed Beta WordPress Plugin

Posted on November 14, 2012 by Pippin in Reviews 6 Comments
preview

Closed Beta is a WordPress plugin that makes it really simple and straight forward to allow beta access to your website. With the plugin, you can restrict access to the site to only approved users, let users request access, moderate beta access requests, and show a really nice splash page to non-approved users.

View Post Dev7Studios

Ensure Your Scripts and Styles Are Not Cached with Updates

Posted on November 5, 2012 by Pippin in Beginner, Quick Tips, Tutorials 10 Comments

Have you ever pushed out an update that included modifications to scripts or styles and then later had to tell someone to clear their cache or do a hard refresh in order to see the updates? There is actually a very simple way to avoid this scenario and force the browser to display the updated [...]

View Post wp_enqueue_script, wp_enqueue_style

WordPress.org Plugin and Theme Reviews

Posted on November 1, 2012 by Pippin in News 11 Comments

During the WordPress Community Summit, Otto announced a new Amazon-like review system for themes and plugins hosted on the WordPress.org repositories. This new system now requires users to leave a review of the plugin or theme before they are allowed to give the plugin or theme a star rating. I’ve recorded a quick demonstration video [...]

View Post

Are Settings Pages Really Necessary?

Posted on October 26, 2012 by Pippin in Thoughts 21 Comments

When you build a plugin or theme, I’d encourage you to really think about whether your settings page is really needed. Have you added the settings page just because it’s the normal thing to do? Maybe because users expect there to be a place to go and “configure” the plugin? Perhaps you just didn’t think [...]

View Post Sugar Event Calendar

bbPress Custom Notification Emails

Posted on October 23, 2012 by Pippin in Add Ons, Free, Plugins 14 Comments

bbPress includes a feature that allows users to subscribe to forum topics, meaning that anytime a new reply is posted to that topic, all subscribed users will receive an email alerting them of the reply. bbPress does not, however, provide an option to customize the contents of this email, so that’s what this extension for [...]

View Post bbpress
  • «
  • ‹
  • 4
  • 5
  • 6
  • 7
  • 8
  • ›
  • »
  • Login

Lost your password?

Please enter your username or e-mail address. You will receive a new password via e-mail.

  • Facebook Become a Fan Like

  • Twitter Subscribe on Twitter Follow

  • YouTube Follow my Videos Subscribe

  • RSS Feed Subscribe with RSS Subscribe

Easy Digital Downloads

Most Loved

  • Love It Pro for WordPress
  • Write a “Love It” Plugin with Ajax to Let Users Love Their Favorite Posts / Pages
  • Simple Notices Pro Plugin for WordPress
  • User Bookmarks for WordPress
  • Front End Registration and Login Forms Plugin
  • Easy Content Types
  • Restrict Content Pro – Premium Content Plugin
  • Adding Custom Meta Fields to Taxonomies
  • Using Ajax in Your Plugin and WordPress Admin
  • The Plugins I Run

Latest Premium Content

  • Plugin Development 101 – Introduction to Adding Dashboard Menus
  • Plugin Development 101 – Intro to Loading Scripts and Styles
  • User Follow System – Part 5
  • Plugin Development 101 – Intro to Short Codes
  • Plugin Development 101 – Registering a Custom Post Type
  • Plugin Development 101 – Intro to Actions
  • User Follow System Part 4
  • Plugin Development 101 – An Intro to Filters
  • Plugin Development 101 – General Best Practices
  • Plugin Development 101 – What Makes a Plugin?

Latest Tutorials

  • Test Your Plugins with RTL (0)

    Right-To-Left languages are those that...

  • Submitting Your First Pull Request to a WordPress Plugin on Github (5)

    Github is an extremely popular tool for managing WordPress plugins, and one...

  • Plugin Development 101 – Introduction to Adding Dashboard Menus (1)

    Adding new menus, both top level and sub level, to the WordPress Dashboard is a really common task for plugins...

  • Plugin Development 101 – Intro to Loading Scripts and Styles (16)

    In this part of Plugin...

  • User Follow System – Part 5 (0)

    This part of the User Follow System tutorial series will focus on writing the necessary javascript for trigger the follow...

  • Plugin Development 101 – Intro to Short Codes (4)

    The WordPress short code API is one that plugin developers...

  • Plugin Development 101 – Registering a Custom Post Type (8)

    This part of the series is the first one where we look at creating a complete sample plugin. It's...

  • Plugin Development 101 – Intro to Actions (0)

    In this part of Plugin Development 101 we take a look at another of the most important tools plugin developers...

  • User Follow System Part 4 (9)

    In this part of the User Follow System tutorial series, we will be writing our function to display follow / unfollow...

  • Plugin Development 101 – An Intro to Filters (5)

    In this part of Plugin Development 101 we take a look at one of the most important tools plugin developers...

Enter your email to receive automated updates when new posts are published

Latest Tweets

  • RT @toscho: #WordPress: How post meta fields work. http://t.co/uDRaDu0EsS
    May 25, 2013
  • RT @strickland: Afternoon crowd: To celebrate Memorial Day weekend @gittyapp is on sale through Monday. Now is the time to join in! http:/…
    May 25, 2013
  • .@itsananderson wins!
    May 25, 2013

Topics

featured get_user_meta add_options_page register_setting contextual help attachments add_shortcode hook meta box Tom McFarlin wp_enqueue_script the_content shortcodes authors short codes attachment Related posts image plugin forms do_action mail chimp login comments recent posts apply_filters post types bbpress short code taxonomies custom post type Ajax images gallery Stripe jquery taxonomy widgets users add_filter easy content types add_action widget restrict content pro easy digital downloads

Weekly Newsletter

Useful Links

  • Join the Site
  • Plugin Store
  • Affiliate Area
  • Tag Index
  • Support the Site
  • Suggest a Tutorial
  • Random Post
  • Contact

Monthly Archives

(c) 2013 Pippin's Plugins