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

Free Members

Home» Member Restricted » Free Members

Using Ajax in Your Plugin and WordPress Admin

Posted on June 15, 2012 by Pippin in Advanced, Ajax, Free Members, Member Restricted, Tutorials, Video Tutorials, WordPress Admin / Dashboard, Working with jQuery, Writing Plugins 41 Comments

This video tutorial walks you through the process of using ajax in the WordPress admin within your own plugins. The end result of this tutorial is not a complete plugin, but it does show the entire process, step by step, of how ajax is utilized in the WordPress dashboard.

View Post add_options_page, Ajax, wp_enqueue_script, wp_localize_script

Add Custom User Meta Fields to Restrict Content Pro Registration

Posted on February 24, 2012 by Pippin in Action and Filter Hooks, Advanced, Free Members, Member Restricted, Tutorials, Video Tutorials, Working with Users, Writing Plugins 37 Comments

Restrict Content Pro is my premium content plugin that makes it very easy to sell subscriptions to your WordPress website. It is the plugin that powers the subscription system to this site. This subscribers’s only tutorial is going to walk you through the process of adding new form fields to the registration form, and then [...]

View Post add_action, get_user_meta, restrict content pro, update_user_meta

Add a Agree to Our Terms of Use Field to Restrict Content Pro

Posted on January 20, 2012 by Pippin in Action and Filter Hooks, Free Members, Intermediate, Member Restricted, Tutorials, Video Tutorials 21 Comments

Restrict Content Pro, my plugin that allows you to easily run a premium subscription site with WordPress, has a very flexible registration form that is easy to add extra fields to. Want to add a field that stores extra information about the registering user? That’s easy! Want to add a new checkbox that users must [...]

View Post add_action, restrict content pro

Creating Custom Front End Registration and Login Forms for WordPress

Posted on December 1, 2011 by Pippin in Advanced, Free Members, Member Restricted, Tutorials, Working with Users, Writing Plugins 71 Comments

Front end registration and login forms (meaning placed within your site’s pages, and not the default wp-login.php) are one of the elements that really take a site out of the “standard WordPress” zone. With forms that allow your users to signup and login without ever leaving your main site, you provide a much more consistent [...]

View Post forms, login, registration, short code

Retrieve Users Based on Meta Value

Posted on November 28, 2011 by Pippin in Advanced, Free Members, Member Restricted, Tutorials, WordPress Database, Working with Users 2 Comments

Just like the post meta system, WordPress has a powerful user meta system that allows developers to store additional “meta” information about the registered users in the database. This meta information can be just about anything you want it to be, and can serve a variety of purposes. At the time of writing this tutorial, [...]

View Post meta_key, meta_value, users, wpdb

Writing Your First WordPress Plugin Part 7 – Final

Posted on November 15, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, Video Tutorials, Writing Plugins 53 Comments

Part seven of Writing Your First WordPress Plugin concludes the series by demonstrating how to extend the plugin options that I showed you in part 6, and how to use them to control various aspects of your plugin’s output, such as turning it on or off and changing theoutput’s theme. There is not a lot [...]

View Post options, settings

Writing Your First WordPress Plugin Part 6

Posted on November 11, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, WordPress Admin / Dashboard, Writing Plugins 24 Comments

In part 6 of Writing Your First WordPress Plugin, I’m going to continue where we left off in part 5 and demonstrate how to create your plugin settings form. We will create a complete settings page that allows you to save your plugin options to the database easily from the Settings page that we added [...]

View Post add_options_page, options, register_setting, twitter

Writing Your First WordPress Plugin Part 5

Posted on November 9, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, Writing Plugins 20 Comments

In part 5 of Writing Your First WordPress Plugin, I’m going to take you through the process of adding an admin options page to your first WordPress plugin. This options page will allow your user to configure the settings for the plugin very easily. In this case, we’re going to use it to allow the [...]

View Post add_options_page, admin_menu, register_setting

Add Contextual Help Screens to the WordPress 3.3 Help Tab

Posted on November 5, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, WordPress Admin / Dashboard, Writing Plugins 20 Comments

WordPress 3.3 has a really nice new Help menu that can be used by plugin and theme developers to show a lot of helpful information to the users. It’s very similar to the Contextual Help Tab, but allows much more information to displayed in a more organized fashion. Instead of all content being displayed in [...]

View Post 3.3, add_help_tab, contextual help, help tab, toolbar

Display Messages in the Dashboard with Admin Notices

Posted on October 27, 2011 by Pippin in Free Members, Intermediate, Member Restricted, Tutorials, Video Tutorials, WordPress Admin / Dashboard 13 Comments

Ever noticed the messages WordPress displays when you activate a plugin, or save settings? Or the messages that some plugins show in the dashboard, perhaps notifying you of a missing requirement? These are called Admin Notices and I’m going to show you how to add your own in your plugin or theme. They’re really quite [...]

View Post admin_notices
  • 1
  • 2
  • 3
  • 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

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

Latest Tutorials

  • Storing Session Data in WordPress without $_SESSION (19)

    The term Session in web development refers to...

  • Test Your Plugins with RTL (1)

    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...

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

WP Core Contributions

  • [24316]

View the ticket on Trac.

WP Codex Contributions

  • Function: shortcode exists
  • Function: has shortcode
  • Function: shortcode exists
  • Function: shortcode exists
  • Function: has shortcode

View all 41 changes in the Codex.

Latest Tweets

  • Could not fetch Twitter RSS feed.

Topics

contextual help featured register_setting shortcodes attachments add_options_page Tom McFarlin get_user_meta hook add_shortcode meta box Sugar Event Calendar wp_enqueue_script forms short codes plugin do_action login Related posts authors mail chimp attachment image recent posts post types apply_filters comments short code bbpress taxonomies custom post type Ajax gallery images Stripe taxonomy jquery 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