Recent

wzkb_shortcode filter

wzkb_shortcode

Filters knowledgebase shortcode.

Type: filter
Since: 1.0.0
Source: includes/frontend/class-shortcodes.php line 83

Parameters

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

Usage

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