Description
Usage
oik_css_options();Parameters
Returns
voidSource
File name: oik-css/admin/oik-css.phpLines:
1 to 11 of 11
function oik_css_options() { $option = "bw_css_options"; $options = bw_form_start( $option, "oik_css_options" ); bw_checkbox_arr( $option, __( "Disable automatic paragraph creation", "oik-css" ), $options, "bw_autop" ); etag( "table" ); e( isubmit( "ok", __("Save changes", "oik-css" ), null, "button-secondary" ) ); etag( "form" ); BW_::p( __( "To enable automatic paragraph creation use the [bw_autop] shortcode.", "oik-css" ) ); BW_::p( __( "To disable automatic paragraph creation use [bw_autop off].", "oik-css" ) ); bw_flush(); }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 6 of 6
- BW_::p() – Outputs a paragraph of translated text
- bw_checkbox_arr() – Create a checkbox for an array options field
- bw_flush() – Use bw_flush() to echo the contents of $bwecho then empty it
- bw_form_start() – Start of a WordPress form for options fields
- etag() – Output an end tag
- isubmit() – Create a submit button
