Recent

wzkb_shortcode_related_articles filter

Filters knowledge base breadcrumb shortcode.

Type: filter
Since: 2.2.2
Source: includes/frontend/class-shortcodes.php line 234

Parameters

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

Usage

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