Recent

wzkb_shortcode_search filter

Filters knowledge base search form shortcode.

Type: filter
Since: 1.2.0
Source: includes/frontend/class-shortcodes.php line 116

Parameters

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

Usage

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