Description
Implement [bw_crumbs] shortcodeUses Yoast Breadcrumbs
Usage
bw_crumbs( $atts, $content, $tag );Parameters
- $atts
- ( mixed ) optional –
- $content
- ( mixed ) optional –
- $tag
- ( mixed ) optional –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-crumbs.phpLines:
1 to 10 of 10
function bw_crumbs( $atts=null, $content=null, $tag=null ) { if ( function_exists(yoast_breadcrumb) ) { $result = yoast_breadcrumb('<p id="breadcrumbs">','</p>', false); } else { $result = null; bw_trace2( "yoast_breadcrumb not available" ); } return( $result ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
