You appear to be a bot. Output may be restricted
Description
Display shortcode syntax
Usage
bw_lazy_sc_syntax( $shortcode, $callback );
Parameters
- $shortcode
- ( string ) required – the shortcode name
- $callback
- ( mixed ) optional –
Returns
voidSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 10 of 10
function bw_lazy_sc_syntax( $shortcode, $callback=null ) { oik_require( "shortcodes/oik-codes.php" ); stag("code"); e( '[' ); bw_sc_link( $shortcode, $callback ); $syntax = _bw_lazy_sc_syntax( $shortcode ); bw_form_sc_syntax( $syntax, $shortcode ); e( ']' ); etag( "code" ); }View on GitHub View on Trac