Recent

wzkb_sections_block_optionsfilter

wzkb_sections_block_options

Filters arguments passed to wzkb_categories_list for the block.

Type: filter
Since: 2.3.0
Source: includes/blocks/class-blocks.php line 545

Parameters

Type Name Description
array $arguments Knowledge Base block options array.
array $attributes Block attributes array.

Usage

add_filter( 'wzkb_sections_block_options', function($arguments, $attributes) {
    // ...
    return $arguments;
} );