The Definitive Guide To WordPress Hooks

/definitive-guide-wordpress-hooks

  • WordPress Essentials: The Definitive Guide To WordPress Hooks
    http://wp.smashingmagazine.com/2011/10/07/definitive-guide-wordpress-hooks

    If you’re into WordPress development, you can’t ignore hooks for long before you have to delve into them head on. Modifying WordPress core files is a big no-no, so whenever you want to change existing functionality or create new functionality, you will have to turn to hooks.

    In this article, I would like to dispel some of the confusion around hooks, because not only are they the way to code in WordPress, but they also teach us a great design pattern for development in general. Explaining this in depth will take a bit of time, but bear with me: by the end, you’ll be able to jumble hooks around like a pro.

    #WordPress #webdev