wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentytwenty_show_categories_in_entry_header › WordPress过滤钩子

SinceTwenty Twenty 1.0
已弃用n/a
apply_filters( 'twentytwenty_show_categories_in_entry_header', true )
参数:
  • (bool) Whether to show the categories in header. Default true.
    Required: Yes
定义在:
文档:

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



Related Functions: the_category_head


源码

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