The WordPress Event System: Understanding Hooks in the Broader Programming Context

WordPress’s hook system is an example of an “event driven” architecture or programming system. If you work in WordPress, you probably use WordPress hooks quite often in your work—probably most commonly hooking in new functions to change functionality through add_action() and add_filter(). Today, let’s talk about what the hooks system is: an example of an … Continue reading The WordPress Event System: Understanding Hooks in the Broader Programming Context