You appear to be a bot. Output may be restricted
Description
Draw the oik options-2 pageThis page is for additional fields to enable a third set of bw_options, with $alt = 2;
Usage
oik_options_do_page_2();
Parameters
Returns
voidSource
File name: oik-moreoptions/admin/oik-moreoptions.phpLines:
1 to 10 of 10
function oik_options_do_page_2() { oik_menu_header( "extra shortcode options 2", "w60pc" ); oik_box( null, null, "Alternative values using alt=2", "oik_extra_shortcode_options_2" ); ecolumn(); scolumn( "w40pc" ); oik_box( null, null, "usage notes", "oik_extra_usage_notes_2" ); oik_menu_footer(); bw_flush(); }View on GitHub