Description
Show an example of the [bw] shortcodeNote: This requires bobbfunc.inc – not the bobbfunc library
Usage
bw__example( $shortcode );Parameters
- $shortcode
- ( string ) optional default: bw –
Returns
voidSource
File name: oik/shortcodes/oik-bw.phpLines:
1 to 8 of 8
function bw__example( $shortcode="bw" ) { if ( $shortcode == "bw" ) { oik_require( "bobbfunc.inc" ); BW_::br( __( "e.g.", "oik" ) ); e( ' ' ); e( bw() ); } }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 4 of 4
