Description
Implement syntax help for [bw_graphviz] shortcode
Usage
bw_graphviz__syntax( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_graphviz –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-graphviz.phpLines:
1 to 6 of 6
function bw_graphviz__syntax( $shortcode="bw_graphviz" ) { $syntax = array( "output" => bw_skv( "skv", "", "Output format" ) , "lang" => bw_skv( "dot", "", "Content language" ) ); return( $syntax ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
