Marcus Kober has written this in depth guide for developers on how to add hooks to your PHP code.

How to Register WordPress Hooks
Marcus Kober @ marcuskober.com • 3 years ago

Marcus Kober @ marcuskober.com • 3 years ago
Marcus Kober has written this in depth guide for developers on how to add hooks to your PHP code.

wordpress.org • 3 years ago
Yikes! – Note that WordPress 6.2.1 removes support for shortcodes in block theme templates. Apparently this was part of one of the security fixes. There are a couple of work-arounds mentioned in the thread.

Aurooba Ahmed and Brian Coords @ youtube.com • 3 years ago
For the programmers in the group, WordPress 6.2 shipped with a new WP_HTML_Tag_Processor. In this video Aurooba Ahmed and Brian Coords discuss it and do a walk-through to explore its uses.

Jonathan Bossenger @ learn.wordpress.org • 3 years ago
What happens behind the scenes when a WordPress page is loaded? This tutorial on the Learn WordPress site provides an overview of the page request lifecycle, from the query string to which template is used. The tutorial is high level enough for a power user to read, but has information useful for developers.