Description
Display the table of registered post typesThis table includes the oik custom post types.
Usage
OIK_settings::list_types();Parameters
Returns
voidSource
File name: oik-rwd/admin/oik-settings.phpLines:
1 to 14 of 14
function list_types() { p( "" ); bw_form(); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( $this->field_headings() ); etag( "thead"); //_oik_cpt_registered_table(); $this->field_rows(); etag( "table" ); p( isubmit( "_oik_settings_add_" . $this->option, $this->option_add_label, null, "button-primary" ) ); etag( "form" ); // bw_flush(); }View on GitHub
Called by
Invoked by
Calls
1 to 8 of 8
- bw_form() – Start a form
- bw_tablerow() – Display a table row or table head row when $tdtag = "th"
- etag() – Output an end tag
- isubmit() – Create a submit button
- OIK_settings::field_headings() – Display the table headings for the fields
- OIK_settings::field_rows() – Display the table of option data and links
- p() – Output a paragraph of translatable text
- stag() – Output an HTML opening tag
Call hooks
API Letters:
