You appear to be a bot. Output may be restricted
Description
Syntax for [bw_code] shortcode
Usage
bw_code__syntax();
Parameters
Returns
voidSource
File name: oik/shortcodes/oik-codes.phpLines:
1 to 10 of 10
function bw_code__syntax() { $syntax = array( "shortcode" => BW_::bw_skv( "bw_code", "<i>" . __( "shortcode", null) . "</i>", __( "The shortcode you want explained", null ) ) , "help" => BW_::bw_skv( "Y", "N", __( "Display help for the shortcode", null ) ) , "syntax" => BW_::bw_skv( "Y", "N", __( "Display the syntax", null ) ) , "example" => BW_::bw_skv( "Y", "N", __("Display an example, if possible", null ) ) , "live" => BW_::bw_skv( "N", "Y", __( "Display the live results using default values", null ) ) , "snippet" => BW_::bw_skv( "N", "Y", __( "Display the generated HTML", null ) ) ); return( $syntax ); }View on GitHub View on Trac