You appear to be a bot. Output may be restricted
Description
Display a shortcode example
Usage
bw_sc_example( $shortcode, $atts );
Parameters
- $shortcode
- ( mixed ) optional default: oik –
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/libs/bobbfunc.phpLines:
1 to 6 of 6
function bw_sc_example( $shortcode="oik", $atts=null ) { oik_require_lib( "oik-sc-help" ); if ( function_exists( "bw_lazy_sc_example" ) ) { bw_lazy_sc_example( $shortcode, $atts ); } }View on GitHub View on Trac