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



get_block_type_uses_context › WordPress Filter Hooks

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

Filters the registered uses context for a block type.





Quellcode

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