do_action( 'llms_generator_new_reusable_block', int $id , array $block )
Triggered when a new reusable block is created during an import
Description Description
Parameters Parameters
- $id
-
WP_Post ID of the block.
- $block
-
Array of block information from the import.
Source Source
File: includes/abstracts/llms-abstract-generator-posts.php
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |