Tag Archives: add_action
Priority -1000 for WordPress Hooks, Actions and Filters
I recently came across some code which set the priority parameter for an add_action() call to -1000. I’d never seen a negative number, or such a large number used for a WordPress action or filter’s priority. Turns out, it’s actually necessary to use such … Continue reading
Posted in Blogdex, WordPress
Tagged add_action, add_filter, WordPress, wordpress plugin api
2 Comments