[wp-hackers] Adding collapsible "meta boxes" to a plugin's option page

James Davis james at freecharity.org.uk
Thu Jun 12 13:44:48 GMT 2008


I posted far too soon - I should have used

add_meta_box('fcbox','My box!','something_in_the_box','petition');
do_meta_boxes('petition','advanced',null);

Which does result in something_in_the_box() being called although it
looks like there's some CSS and/or Javascript missing at this point.
What do I need to be including?

James

-- 
http://www.freecharity.org.uk/ - Free IT services for charities
http://www.freecharity.org.uk/wiki/ - The VCSWiki


More information about the wp-hackers mailing list