One of the nice features of WordPress is the plugin system, where ‘hooks’ allow custom functionality to be added without monkeying around with the core functionality. I haven’t played around with this myself yet, but from what I could gather from the documentation, it does this using functions which are all defined in the global [...]