Skip to content
Hard Working Nerd
  • Start Here
  • WooCommerce Book
  • WooCommerce Code Snippet Database
  • Free WooCommerce Course
  • About Us

Filters

How To Use The Query Monitor Plug-In To List The Filters/Actions On A Page

June 15, 2021 by Ian

In the previous two articles we looked at using the $wp_filterĀ  and $wp_actions to list the filters and actions that were fired on a page. Having looked at how this can be done in code I wanted to finish off the series by taking look at a plugin that does the same job. The Query … Read more

Categories Actions, Debugging, Filters, WooCommerce, Wordpress Leave a comment

WooCommerce: View All The Hooks That Are Fired On A Page

June 15, 2021June 11, 2021 by Ian

Actions and Filters are key to the functionality of WordPress and WooCommerce but it can can sometimes be difficult to work out what filters and actions have fired on a page. In this article we’re going to take a look at how to list the filters and actions that get fired on a page, we’ll … Read more

Categories Actions, Filters, Wordpress Leave a comment
© 2025 Hard Working Nerd