Description
Return shortcode help
Usage
$string = _bw_lazy_sc_help( $shortcode );Parameters
- $shortcode
- ( string ) required – the shortcode e.g. bw_codes
Returns
string the shortcode helpSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 5 of 5
function _bw_lazy_sc_help( $shortcode ) { $funcname = bw_load_shortcode_suffix( $shortcode, "__help" ); $help = $funcname( $shortcode ); return( $help ); }View on GitHub View on Trac
Called by
1 to 3 of 3
Invoked by
Calls
1 to 1 of 1
