apply_filters( ‘register_block_type_args’, array $args, string $block_type )

In this article

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

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.