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



get_block_type_uses_context › Filtr WordPress Hooks

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

Filters the registered uses context for a block type.





Źródło

return apply_filters( 'get_block_type_uses_context', $this->uses_context, $this );