wzpa_register_blocks
Filters the blocks registered by the plugin.
Type: filter
Since: 1.3.0
Source: includes/frontend/blocks/class-blocks.php line 87
Parameters
| Type | Name | Description |
|---|---|---|
array | $blocks | Array of blocks registered by the plugin. |
Usage
add_filter( 'wzpa_register_blocks', function($blocks) {
// ...
return $blocks;
} );