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



twentytwenty_show_categories_in_entry_header › WordPress Filter Hooks

SeitTwenty Twenty 1.0
Veraltetn/v
apply_filters( 'twentytwenty_show_categories_in_entry_header', true )
Parameter:
  • (bool) Whether to show the categories in header. Default true.
    Erforderlich: Ja
Definiert in:
Codex:

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



Ähnliche Funktionen: the_category_head


Quellcode

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