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



hooked_block_types › WordPress Filter Hooks

Since6.4.0
Deprecatedn/a
apply_filters( 'hooked_block_types', $hooked_block_types, $relative_position, $anchor_block_type, $context )
Parameters: (4)
  • (string[]) $hooked_block_types The list of hooked block types.
    Required: Yes
  • (string) $relative_position The relative position of the hooked blocks. Can be one of 'before', 'after', 'first_child', or 'last_child'.
    Required: Yes
  • (string) $anchor_block_type The anchor block type.
    Required: Yes
  • (WP_Block_Template|WP_Post|array) $context The block template, template part, `wp_navigation` post type, or pattern that the anchor block belongs to.
    Required: Yes
Defined at:
Codex:

Filters the list of hooked block types for a given anchor block type and relative position.





Source

$hooked_block_types = apply_filters( 'hooked_block_types', $hooked_block_types, $relative_position, $anchor_block_type, $context );