You appear to be a bot. Output may be restricted
Description
Display DIY shortcodes form
Usage
diy_oik_shortcodes();
Parameters
Returns
voidSource
File name: diy-oik/admin/diy-oik.phpLines:
1 to 13 of 13
function diy_oik_shortcodes() { //p( '' ); bw_form(); 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" ); p( isubmit( "_diy_oik_add_code", "Add code", null, "button-primary" ) ); etag( "form" ); // bw_flush(); }