Understand WordPress Actions and Filters in 5 Minutes

action filters

Actions and filters are two of the most useful features of the WordPress Plugin API.

An action allows you to write a function that runs everytime a certain event happens in WordPress. For example, actions can allow you to make something happen every time a post is published. WordPress provides hundreds of actions that you can hook into, but you can also create your own actions.

A filter is similar to an action, but instead of simply acting on a WordPress event, a filter allows you to change that event. Filters allow you to re-write core WordPress functions without ever touching the core code.

In this video, Topher, our WordPress teacher, gives you a 5 minute introduction to actions and filters:

Useful Links

Author

  • Steve Burge

    Steve is the founder of OSTraining. Originally from the UK, he now lives in Sarasota in the USA. Steve's work straddles the line between teaching and web development.

    View all posts
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x