[wp-hackers] Prioritizing Function Hooks

Alison Foxall afox at gobblelogic.com
Wed Dec 7 15:47:35 UTC 2011


Hey All,

I'm just starting out developing plugins and such had a question. How would
you prioritize a function hook when the particular hook is used by multiple
plugins?  e.g.

Plugin One:

add_action ("pre_user_query", "plugin_one_pre_user_query");

Plugin Two:

add_action ("pre_user_query", "plugin_two_pre_user_query");



Thanks in advance!

-A


More information about the wp-hackers mailing list