Recent

wzkb_shortcode_alert filter

wzkb_shortcode_alert

Filters knowledge base breadcrumb shortcode.

Type: filter
Since: 1.7.0
Source: includes/frontend/class-shortcodes.php line 189

Parameters

TypeNameDescription
string$outputFormatted shortcode output
array$attShortcode attributes array
string$contentContent to wrap in the Shortcode

Usage

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