Tag Archives: PHP
Understanding WordPress Action and Filter Hooks
So what exactly is a hook? The short-answer is that a hook is a way for you as a developer to extend WordPress without having to modify the base code of WordPress. It protects you when WordPress updates (which is does quite frequently).