You appear to be a bot. Output may be restricted
Description
Usage
oik_x2t_add_oik_x2t();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-x2t.phpLines:
1 to 12 of 12
function oik_x2t_add_oik_x2t( ) { global $bw_x2t; bw_form(); stag( "table", "wide-fat" ); $types = bw_list_registered_post_types(); bw_select( "type", "Type", null, array( "#options" => $types ) ); $taxonomies = bw_list_taxonomies(); bw_select( "taxonomy", "Taxonomy", null, array( "#options" => $taxonomies )) ; etag( "table" ); p( isubmit( "_oik_x2t_add_oik_x2t", "Add new taxonomy to type", null, "button-primary" ) ); etag( "form" ); }View on GitHub