wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_block_type_variations › WordPress Filter Hooks

Seit6.5.0
Veraltetn/v
apply_filters( 'get_block_type_variations', $this->variations, $this )
Parameter: (2)
  • (array) $variations Array of registered variations for a block type.
    Erforderlich: Ja
  • (WP_Block_Type) $block_type The full block type object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the registered variations for a block type.





Quellcode

return apply_filters( 'get_block_type_variations', $this->variations, $this );