Callback Functions

WordPress plugins and themes are often customizable with functions called “hooks”. There are two types of hooks: actions and filters. If you’re not familiar with actions and filters, then definitely spend some time learning the basics. The WordPress Codex has an in-depth introduction to them here, and Treehouse has a great overview here, for example.…

Read More »