wzkb_knowledge
Filter the formatted output.
Type: filter
Since: 1.0.0
Source: includes/frontend/class-display.php line 170
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | Formatted HTML output. |
array | $args | Parameters array. |
Usage
add_filter( 'wzkb_knowledge', function($output, $args) {
// ...
return $output;
} );