wpseek.com
A WordPress-centric search engine for devs and theme authors



register_block_type_args › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'register_block_type_args', $args, $this->name )
Parameters: (2)
  • (array) $args Array of arguments for registering a block type.
    Required: Yes
  • (string) $block_type Block type name including namespace.
    Required: Yes
Defined at:
Codex:

Filters the arguments for registering a block type.





Source

$args = apply_filters( 'register_block_type_args', $args, $this->name );