wzkb_shortcode_search
Filters knowledge base search form shortcode.
Type: filter
Since: 1.2.0
Source: includes/frontend/class-shortcodes.php line 116
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_search', function($output, $att, $content) {
// ...
return $output;
} );