Recent

wzkb_block_editor_settingsfilter

wzkb_block_editor_settings

Filters the plugin settings passed to the block editor.

Type: filter
Since: 3.0.0
Source: includes/blocks/class-blocks.php line 195

Parameters

Type Name Description
array $settings Knowledge Base settings exposed to the editor.

Usage

add_filter( 'wzkb_block_editor_settings', function($settings) {
    // ...
    return $settings;
} );