WordPress Hooks & Filters Flow

Basically, a plugin for WordPress creates a PHP function (a filter or an action) which is called when a particular event (a hook) occurs, for example when a post is printed or when a comment is posted (for more info about hooks, filters and action, check the Codex) When developping a new plugin, you sometimes … Continue reading WordPress Hooks & Filters Flow