Adam Brown’s Hooks List
Adam Brown’s Hooks List →There’s not really a shortage of ways to find WordPress hooks, filters, functions, and more. It was actually Jeff Chandler’s story about Hookr.io — a new entrant into the field...
View ArticleHow To Stop a Post Publishing in WordPress with PHP
Last time, we talked about how the Require Featured Image plugin stops a WordPress “post” from being published without a feature image attached in JavaScript. That approach is limited (as a few...
View ArticleAdam Brown’s Hooks List
Adam Brown’s Hooks List →There’s not really a shortage of ways to find WordPress hooks, filters, functions, and more. It was actually Jeff Chandler’s story about Hookr.io — a new entrant into the field...
View ArticleHow To Stop a Post Publishing in WordPress with PHP
Last time, we talked about how the Require Featured Image plugin stops a WordPress “post” from being published without a feature image attached in JavaScript. That approach is limited (as a few...
View ArticleHow to Properly Modify JavaScript Files in a Parent Theme
I recently ran into a situation where I needed to modify a JavaScript file present in a parent theme. It was doing almost what I wanted, but not quite.The correct way to do this is not to modify the...
View ArticleAdding Markup to Your WordPress Footer Without Theme Changes, An Action Hook...
As a complement to our last Quick Guide, this week we’re going to offer an example of what it’s like to use your first action hook in WordPress. In this case, we’ll use the wp_footer action to add some...
View ArticleCourse: A Complete Introduction to the WordPress Hooks System
This course covers one of WordPress’s most crucial and widely used systems: Hooks, including both actions and filters. We introduce Hooks as an event-driven system, present the key concepts and...
View Article