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