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

Intermediate

Home» Tutorials » Intermediate (Page 3)

Removing “Restrict This Content” Meta Box in Restrict Content Pro

Posted on March 8, 2012 by Pippin in Action and Filter Hooks, Intermediate, Quick Tips, Tutorials, WordPress Admin / Dashboard 1 Comment

When using Restrict Content Pro, the “Restrict this Content” meta box is automatically loaded on all registered post types, but sometimes you want to remove it from certain post types. The plugin includes a simple filter that you can use to specify which post types the meta box should not be added displayed on. This [...]

View Post add_filter, meta box, restrict content pro

Check for Existence of Action Hook

Posted on February 15, 2012 by Pippin in Action and Filter Hooks, Intermediate, Quick Tips, Tutorials 2 Comments
Fishing Hooks

Action hooks allow us to make our plugins much more extensible, and some times we need to be able to check whether a hook exists, or has been registered. We might need to check that a hook exists for a variety of reason, and thankfully WordPress gives us a really easy way to do that. [...]

View Post add_action, do_action, has_action

Creating a Short Code to Show a Detailed List of Blog Authors

Posted on February 9, 2012 by Pippin in Intermediate, Short Codes, Tutorials, Working with Users 22 Comments

Since WordPress makes it so easy to run a multi-author blog, one of the things site administrators often want to do is have a page that shows all of the contributing authors of the blog. This could of course be done with a regular WordPress page, but that becomes much more difficult to update and [...]

View Post add_shortcode, get_avatar, get_users

Admin Notices in the Network Admin

Posted on February 2, 2012 by Pippin in Action and Filter Hooks, Intermediate, Tutorials, WordPress Admin / Dashboard No Comments

Admin Notices provide a an easy to use tool for plugin and theme developers to show messages and warnings in the WordPress Dashboard. The admin_notices hook is what we use to display our messages, however, this hook will only display messages in the regular Dashboard and not the Network Admin dashboard for multi site installs. [...]

View Post admin_notices, multisite, network_admin_notices

Creating a Simple Events System with Easy Content Types

Posted on January 27, 2012 by Pippin in Custom Post Types, Intermediate, Member Restricted, Subscriber Only, Tutorials, Video Tutorials 14 Comments

Event calendars are pretty complex and difficult systems to build. There are lots of plugins that provide a range of functionality, everything from really, really simple events management, to full blow event calendar layouts, ticket purchased and more. A lot of people, however, are very unsatisfied with the available options, either because they are too [...]

View Post easy content types, events, get_posts, meta_query

Quick Introduction to Action Hooks

Posted on January 26, 2012 by Pippin in Action and Filter Hooks, Intermediate, Tutorials, Writing Plugins 2 Comments
Fishing Hooks

Action hooks are used in WordPress to perform functions, or “actions”. They are used throughout many plugins and themes to provide an easy way for users of the theme or plugin to modify the output or the way it functions. This quick tutorial will give you a good introduction into how action hooks work.

View Post add_action, do_action, hook

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

Introduction to Using Nonces for Form Validation

Posted on January 11, 2012 by Pippin in Intermediate, Member Restricted, Quick Tips, Short Codes, Subscriber Only, Tutorials No Comments

Nonces are used to add an extra layer of security to WordPress. They are typically used when submitting form data to ensure that the form is being submitted from where it’s supposed to. Nonce fields help us protect our forms from malicious attacks and non-authorized submissions. This tutorial will introduce you to using nonces in [...]

View Post forms, nonce, security

A Quick Introduction to Using Filters

Posted on January 6, 2012 by Pippin in Action and Filter Hooks, Intermediate, Tutorials 5 Comments
Exotic fruit

Filter hooks are one of the the more powerful WordPress features that help to provide a huge amount of flexibility when it comes to modifying WordPress, including custom themes and plugins. There could easily be hundreds of different unique tutorials on how to use filters in themes and plugins, simply because of the huge array of [...]

View Post add_filter, apply_filters, filter, hook

Check if Theme Supports Post Thumbnails

Posted on December 29, 2011 by Pippin in Intermediate, Quick Tips, Tutorials, Working with Attachments, Writing Plugins No Comments

A lot of plugins use the Featured Image feature for showing post thumbnails. My Better Recent Posts Widget Pro is a perfect example. It uses the Featured Image to display small thumbnails of the recent posts in widget areas. There’s one problem though. This feature only works if the currently active theme supports post thumbnails. [...]

View Post featured image, has_post_thumbnail, image
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 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 Sugar Event Calendar wp_enqueue_script hook campaign monitor Tom McFarlin shortcodes featured Rémi Corson the_content register_setting add_options_page attachments forms short codes Related posts plugin authors do_action attachment mail chimp image login recent posts apply_filters post types comments bbpress short code taxonomies custom post type gallery Ajax images Stripe taxonomy jquery users widgets 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