Recent

wzkb_shortcode_breadcrumbfilter

wzkb_shortcode_breadcrumb

Filters knowledge base breadcrumb shortcode.

Type: filter
Since: 1.6.0
Source: includes/frontend/class-shortcodes.php line 150

Parameters

Type Name Description
string $output Formatted shortcode output
array $att Shortcode attributes array
string $content Content to wrap in the Shortcode

Usage

add_filter( 'wzkb_shortcode_breadcrumb', function($output, $att, $content) {
    // ...
    return $output;
} );