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