wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



hooked_block_types › WordPress Filter Hooks

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

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





Sorgenti

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