wzkb_block_options
Filters arguments passed to wzkb_knowledge for the block.
Type: filter
Since: 2.0.0
Source: includes/blocks/class-blocks.php line 423
Parameters
| Type | Name | Description |
|---|---|---|
array |
$arguments |
Knowledge Base block options array. |
array |
$attributes |
Block attributes array. |
Usage
add_filter( 'wzkb_block_options', function($arguments, $attributes) {
// ...
return $arguments;
} );