You appear to be a bot. Output may be restricted
Description
Display the table of registered post typesThis table includes the oik custom post types.
Usage
oik_cpt_registered_types();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-types.phpLines:
1 to 13 of 13
function oik_cpt_registered_types() { BW_::p( "" ); bw_form(); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( array( "type", "Plural", "Singular", "Description", "Hierarchical?", "Archive?", "Actions" )); etag( "thead"); _oik_cpt_registered_table(); etag( "table" ); //p( isubmit( "_oik_cpt_add_type", "Add type", null, "button-primary" ) ); etag( "form" ); // bw_flush(); }View on GitHub