You appear to be a bot. Output may be restricted
Description
Usage
bw_graphviz__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_graphviz –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-graphviz.phpLines:
1 to 5 of 5
function bw_graphviz__example( $shortcode="bw_graphviz" ) { $text = "Display a simple digraph with oik pointing to 3 other nodes: bob, bing and wide" ; $example = ']oik -> bob,bing,wide[/bw_graphviz'; bw_invoke_shortcode( $shortcode, $example, $text ); }View on GitHub