You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_api] shortcode
Usage
bw_api__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_api –
Returns
voidTO DO
check if we can actually support these parametersSource
File name: oik-shortcodes/shortcodes/oik-api-importer.phpLines:
1 to 7 of 7
function bw_api__syntax( $shortcode="bw_api" ) { $syntax = array( "funcname" => bw_skv( null, "<i>function</i>" , "Name of the function" ) , "sourcefile" => bw_skv( null, "<i>sourcefile</i>", "Sourcefile containing the function" ) , "plugin" => bw_skv( null, "<i>plugin</i>", "Implementing plugin slug" ) ); return( $syntax ); }View on GitHub