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
void
Source
File name: oik-bob-bing-wide/shortcodes/oik-crumbs.php
Lines:
1 to 4 of 4
function bw_crumbs__syntax( $shortcode="bw_crumbs" ) { $syntax = array(); return( $syntax ); }