wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_block_type_variations › Filtr WordPress Hooks

Od6.5.0
Przestarzałyn/a
apply_filters( 'get_block_type_variations', $this->variations, $this )
Parametry: (2)
  • (array) $variations Array of registered variations for a block type.
    Wymagane: Tak
  • (WP_Block_Type) $block_type The full block type object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the registered variations for a block type.





Źródło

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