You appear to be a bot. Output may be restricted
Description
Display a shortcode's syntax
Usage
bw_sc_syntax( $shortcode, $callback );
Parameters
- $shortcode
- ( string ) optional default: oik – the shortcode name
- $callback
- ( string ) optional – the callback function – which may not be passed
Returns
voidSource
File name: oik/libs/bobbfunc.phpLines:
1 to 6 of 6
function bw_sc_syntax( $shortcode="oik", $callback=null ) { oik_require_lib( "oik-sc-help" ); if ( function_exists( "bw_lazy_sc_syntax" ) ) { bw_lazy_sc_syntax( $shortcode, $callback ); } }View on GitHub View on Trac