You appear to be a bot. Output may be restricted
Description
Return shortcode syntax
Usage
$array = _bw_lazy_sc_syntax( $shortcode );
Parameters
- $shortcode
- ( string ) required –
Returns
array shortcode syntax as an associative arraySource
File name: oik/libs/oik-sc-help.phpLines:
1 to 6 of 6
function _bw_lazy_sc_syntax( $shortcode ) { $funcname = bw_load_shortcode_suffix( $shortcode, "__syntax" ); $syntax = $funcname( $shortcode ); //bw_trace2( $syntax, "Syntax for $funcname" ); return $syntax ; }View on GitHub View on Trac