You appear to be a bot. Output may be restricted
Description
Syntax hook for [bw_tree] shortcodebw_tree doesn't currently support the "class" parameter
Usage
bw_tree__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_tree –
Returns
voidSource
File name: oik/shortcodes/oik-tree.phpLines:
1 to 4 of 4
function bw_tree__syntax( $shortcode="bw_tree" ) { $syntax = _sc_posts(); return( $syntax ); }View on GitHub View on Trac