Recent

wzkb_block_options filter

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 407

Parameters

TypeNameDescription
array$argumentsKnowledge Base block options array.
array$attributesBlock attributes array.

Usage

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