You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_autop]
Usage
bw_autop__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_autop –
Returns
voidSource
File name: oik-css/shortcodes/oik-autop.phpLines:
1 to 5 of 5
function bw_autop__syntax( $shortcode="bw_autop" ) { $syntax = array( "autop,0" => BW_::bw_skv( "true", "false", __( "Re-enable/disable automatic paragraph generation", "oik-css" ) ) ); return( $syntax ); }View on GitHub View on Trac