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