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