Description
Display DIY shortcodes form
Usage
diy_oik_shortcodes();Parameters
Returns
voidSource
File name: diy-oik/admin/diy-oik.phpLines:
1 to 15 of 15
function diy_oik_shortcodes() { //p( '' ); stag( "table", "widefat" ); stag( "thead"); bw_tablerow( array( "Shortcode", "Help", "Content", "Inactive?", "Expand in titles", "Preview link" )); etag( "thead"); _diy_oik_shortcode_table(); etag( "table" ); bw_form(); p( isubmit( "_diy_oik_add_code", "Add code", null, "button-primary" ) ); etag( "form" ); // bw_flush(); }
Called by
Invoked by
Calls
1 to 7 of 7
- 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
- p() – Output a paragraph of translatable text
- stag() – Output an HTML opening tag
- _diy_oik_shortcode_table() – Display the table of DIY shortcodes
