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

Action and Filter Hooks

Home» Tutorials » Action and Filter Hooks (Page 3)

Plugin Thoughts Episode 1: Making Your Plugins More Extensible

Posted on February 7, 2012 by Pippin in Action and Filter Hooks, Podcasts, Tutorials, Video Tutorials, Writing Plugins No Comments

Episode One of Plugin Thoughts discusses the method of using action hooks and filters in your WordPress plugins to make them more extensible and easier to modify / extend for other developers and users. This entry is part 1 of 9 in the Plugin Thoughts Series

View Post add_action, add_filter, apply_filters, do_action

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

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

Registering Custom Meta Field Types for Easy Content Types

Posted on January 24, 2012 by Pippin in Action and Filter Hooks, Advanced, Custom Post Types, Taxonomies, Tutorials, Video Tutorials, Writing Plugins 17 Comments

Easy Content Types is a very powerful plugin that makes it really easy to setup custom post types, taxonomies, and meta boxes. One of great but lesser known features of the plugin is that it has an API built in to allow users to register their own custom meta field types that can be used [...]

View Post easy content types, meta fields

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

Using Filters to Alter HTML Output

Posted on January 10, 2012 by Pippin in Action and Filter Hooks, Advanced, Tutorials 2 Comments

Filter hooks in WordPress provide a very powerful way to “alter” the output of functions. Using filters we can easily add extra HTML to some functions, and strip HTML from other functions. Some filters, such as the “body_class” filter, allow us to modify the class names of an HTML element, and some filters have nothing [...]

View Post add_filter, apply_filters, filter, hook

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
  • 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
  • Plugin Development 101 – Registering a Custom Post Type
  • Plugin Development 101 – Intro to Actions

Latest Tutorials

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

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

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

Latest Tweets

  • @sunnyratilal something of the sort ;) @js_zao
    May 23, 2013
  • @tnorthcutt Yes it's possible. Quite a few users have done that
    May 23, 2013
  • @tnorthcutt Great, glad to help!
    May 23, 2013

Topics

the_content Rémi Corson contextual help Sugar Event Calendar get_user_meta add_options_page meta box Tom McFarlin register_setting add_shortcode attachments featured shortcodes short codes Related posts do_action authors mail chimp attachment plugin image login forms recent posts post types bbpress apply_filters comments short code 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