Glossary entry

Hooks (Actions &Amp; Filters)

Hooks are the absolute foundation of WordPress development. They allow developers to "hook" into the WordPress core code to change its behavior or add new features without ever touching the core files themselves. There are two types: **Actions** allow you to add or change functionality at specific points (like adding a custom button to the editor), while **Filters** allow you to modify data before it is saved to the database or displayed on the screen (like our Canadian English spelling switcher). Using hooks correctly ensures that your custom code is "update-proof"; when WordPress updates, your changes remain intact. This modular approach is what makes WordPress the most flexible content management system in the world for professional engineering.

No published articles use Hooks (Actions &Amp; Filters) yet.

When new articles use this term, they will appear here.