Filters the arguments for registering a block type.
Parameters
$argsarray- Array of arguments for registering a block type.
$block_typestring- Block type name including namespace.
Source
$args = apply_filters( 'register_block_type_args', $args, $this->name );
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.