Using WordPress hooks is one of those topics that you hang around any Slack channel forum, email thread, Twitter conversation, or whatever and you’ll find that understanding them and using them correctly is key to working with the application.

But if there’s one thing that I get obsessive about, is using the right hook (as opposed to the left hook 🙃).
Sure, that reads weird, but look at it this way:
- each hook offers a variety of parts of the application available at a given time,
- and each hook is given a specific name.
So it would stand to reason that we try to hook our functions into the hook that’s most closely aligned and appropriately named for our particular requirement, right?


