do_action( 'llms_generator_new_reusable_block', int $id , array $block )
Triggered when a new reusable block is created during an import
Parameters Parameters
- $id
-
(int) WP_Post ID of the block.
- $block
-
(array) Array of block information from the import.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |