Speakers: Nick Croft

  • Nick Croft: Efficient Plugin Design Using Advanced WordPress hooks

    WordCamp D.C. 2017Speaker: Nick Croft

    November 16, 2017 — If you are a WordPress developer, you are likely familiar with the basic hooks like init, wp_enqueue_script, and wp_footer. These are the bread and butter of WordPress development. WordPress has a whole world of advanced hooks and filters and combined with OOP, autoloaders, or clever file requirements you can use these to make your code smaller, faster, and better.