Description
Filters the registered variations for a block type.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-block-type.php | 616 |
Parameters
Type | Name | Description |
---|---|---|
array | $variations | Array of registered variations for a block type. |
WP_Block_Type | $block_type | The full block type object. |
PHP Doc
/**
* Filters the registered variations for a block type.
*
* @since 6.5.0
*
* @param array $variations Array of registered variations for a block type.
* @param WP_Block_Type $block_type The full block type object.
*/