Recent

wzkb_block_editor_settings filter

wzkb_block_editor_settings

Enqueue the editor settings script so KB blocks can access shared options.

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

Usage

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