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 15 of 15
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" ); if ( function_exists( "oik__example")) { oik__example(); } }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 5 of 5
