wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



twentytwenty_show_categories_in_entry_header › Hooks de Filtros WordPress

DesdeTwenty Twenty 1.0
Obsoleton/a
apply_filters( 'twentytwenty_show_categories_in_entry_header', true )
Parâmetros:
  • (bool) Whether to show the categories in header. Default true.
    Required: Yes
Definido em:
Codex:

Allow child themes and plugins to filter the display of the categories in the entry header.



Funções relacionadas: the_category_head


Fonte

$show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );