You appear to be a bot. Output may be restricted
Description
Produces default example for this shortcode
Usage
_sc__example( $shortcode, $atts );
Parameters
- $shortcode
- ( string ) optional default: bw_code –
- $atts
- ( array ) optional –
Returns
voidSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 4 of 4
function _sc__example( $shortcode="bw_code", $atts=null ) { //p( "oik doesn't know how to give an example for this shortcode: ". $shortcode ); bw_invoke_shortcode( $shortcode, $atts, __( "oik generated example.", null ) ); }View on GitHub View on Trac