You appear to be a bot. Output may be restricted
Description
Display the table of existing Taxonomy to type relationshipsThis may be extended to include custom taxonomies and categories as well
- which will require the tag or category to be a custom field name ?
Usage
oik_x2t_x2ts();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-x2t.phpLines:
1 to 12 of 12
function oik_x2t_x2ts() { p( "" ); bw_form(); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( array( "Type", "Taxonomy", "Actions" )); etag( "thead"); _oik_x2t_x2t_table(); etag( "table" ); p( isubmit( "_oik_x2t_add_x2t", "Add relationship", null, "button-primary" ) ); etag( "form" ); }View on GitHub