You appear to be a bot. Output may be restricted
Description
Implement syntax hook for [bw_crumbs] shortcode
Usage
bw_crumbs__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_crumbs –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-crumbs.phpLines:
1 to 4 of 4
function bw_crumbs__syntax( $shortcode="bw_crumbs" ) { $syntax = array(); return( $syntax ); }View on GitHub