You appear to be a bot. Output may be restricted
Description
Display a shortcode example
Usage
bw_lazy_sc_example( $shortcode, $atts );
Parameters
- $shortcode
- ( string ) required –
- $atts
- ( array ) optional – shortcode example parameters
Returns
voidSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 4 of 4
function bw_lazy_sc_example( $shortcode, $atts=null ) { $funcname = bw_load_shortcode_suffix( $shortcode, "__example" ); $funcname( $shortcode, $atts ); }View on GitHub View on Trac