[wp-hackers] Re: Plugin interference

gbellucci gabellucci at gmail.com
Thu Apr 10 20:14:52 GMT 2008


As Ozh points out:

all of the functions that add plugin menu items to the wp menu:

 add_management_page(),
 add_options_page(),
 add_theme_page(),
 add_users_page()

 return a $hookname that you append to the action string:
"admin_print_scripts-"


More information about the wp-hackers mailing list