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