wpseek.com
A WordPress-centric search engine for devs and theme authors



twentytwenty_show_categories_in_entry_header › WordPress Filter Hooks

SinceTwenty Twenty 1.0
Deprecatedn/a
apply_filters( 'twentytwenty_show_categories_in_entry_header', true )
Parameters:
  • (bool) Whether to show the categories in header. Default true.
    Required: Yes
Defined at:
Codex:

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



Related Functions: the_category_head


Source

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