wpseek.com
WordPress开发者和主题制作者的搜索引擎



hooked_block_types › WordPress过滤钩子

Since6.4.0
已弃用n/a
apply_filters( 'hooked_block_types', $hooked_block_types, $relative_position, $anchor_block_type, $context )
参数: (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
定义在:
文档:

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





源码

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