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