ResoundingEchoes

The Volume Just Increases

  • Facebook
  • GitHub
  • LinkedIn
  • Twitter
  • YouTube
  • Home
  • Portfolio
  • Blog
  • Interact
    • Say Hello
    • Request A Quote
    • Join Our Newsletter
You are here: Home / Learn WordPress / Using Hooks (and creating your own)

Using Hooks (and creating your own)

June 5, 2016 by Michael Hull Leave a Comment

Creating Your Own Hooks

Hooks (actions and filters) are a developer’s best friend in WordPress.

WordPress core offers us a very wide range of opportunities to execute our own functions at key times, and also to modify key pieces of data being utilized to render our web pages.

In a similar manner, we can create our own actions and filters (which is actually very quick to do) and thereby allow others to hook into our own processes.

When it comes down to it, plugins couldn’t really exist without hooks, so they play a vital role in the WordPress code base.

I spoke about using and creating your own hooks at WordCamp Asheville 2016, and here are the video, presentation slides, and accompanying GitHub gist for my talk.

Filed Under: Learn WordPress

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

How can we help you?   »

Recent Posts

  • Creating An xy-Plane Component With Vue.js
  • Set Theory And Russell’s Paradox
  • Function And Set Notation
  • What Is A Function
  • My First Peek At Angular 2

© 2025 ResoundingEchoes