set_ignored_hooked_blocks_metadata


set_ignored_hooked_blocks_metadata ( $parsed_anchor_block, $relative_position, $hooked_blocks, $context )

Access:
  • private
Parameters:
  • (array) parsed_anchor_block The anchor block, in parsed block array format.
  • (string) relative_position The relative position of the hooked blocks. Can be one of 'before', 'after', 'first_child', or 'last_child'.
  • (array) hooked_blocks An array of hooked block types, grouped by anchor block and relative position.
  • (WP_Block_Template|array) context The block template, template part, or pattern that the anchor block belongs to.
Returns:
  • (string) An empty string.
Defined at:

Description

Adds a list of hooked block types to an anchor block's ignored hooked block types.This function is meant for internal use only.

Related Functions

inject_ignored_hooked_blocks_metadata_attributes, block_core_navigation_set_ignored_hooked_blocks_metadata, block_core_navigation_update_ignore_hooked_blocks_meta, get_hooked_blocks, insert_hooked_blocks

Top Google Results

User discussions

wpseek mobile