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



block_categories_all › Filtr WordPress Hooks

Od5.8.0
Przestarzałyn/a
apply_filters( 'block_categories_all', $block_categories, $block_editor_context )
Parametry: (2)
  • (array[]) $block_categories Array of categories for block types.
    Wymagane: Tak
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the default array of categories for block types.





Źródło

$block_categories = apply_filters( 'block_categories_all', $block_categories, $block_editor_context );