You appear to be a bot. Output may be restricted
Description
Display the oik types page overview – in one big pageCalls "oik_types_box" action to allow other plugins to add their own "oik_types_box"es.
Usage
oik_types_menu();
Parameters
Returns
voidTO DO
Actually what we want to do is display the stuff in tabs. Need to look at other code to do this. 2013/10/28Source
File name: oik-types/admin/oik-types-admin.phpLines:
1 to 11 of 11
function oik_types_menu() { oik_menu_header( "types", "w100pc" ); oik_box( NULL, NULL, "Types", "oikcpt_types_do_page" ); oik_box( NULL, NULL, "Fields", "oikfie_fields_do_page" ); oik_box( NULL, NULL, "Taxonomies", "oiktax_taxonomies_do_page" ); oik_box( NULL, NULL, "Fields to Types", "oikf2t_do_page" ); oik_box( NULL, NULL, "Taxonomies to Types", "oikx2t_do_page" ); do_action( "oik_types_box" ); oik_menu_footer(); bw_flush(); }View on GitHub