You appear to be a bot. Output may be restricted
Description
Example of [bw_code] for the [oik] shortcode
Usage
bw_code__example();
Parameters
Returns
voidSource
File name: oik/shortcodes/oik-codes.phpLines:
1 to 13 of 13
function bw_code__example() { //oik_require( "shortcodes/oik-codes.php" ); BW_::br(); e( __( "e.g.", "oik" ) . " [bw_code shortcode=\"oik\"]" ); BW_::br(); e( __( "Display information about the [oik] shortcode", "oik" ) ); BW_::br(); //bw_lazy_sc_help( "oik"); //oik__help(); BW_::br(); bw_lazy_sc_syntax( "oik" ); oik__example(); }View on GitHub View on Trac