[wp-hackers] Re: Plugin interference
Benedict Eastaugh
ionfish at gmail.com
Fri Apr 11 14:58:51 GMT 2008
For Tarski's options page I've taken to doing this:
add_action('admin_print_scripts-design_page_tarski-options',
'tarski_inject_scripts');
add_action('admin_head-design_page_tarski-options', 'tarski_inject_styles');
Obviously you'll have to change it to reflect the particular section
you're adding the page to, as well as your theme/plugin's name.
More information about the wp-hackers
mailing list