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



feed_links_extra_show_category_feed › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'feed_links_extra_show_category_feed', true )
Parameters:
  • (bool) $show Whether to display the category feed link. Default true.
    Required: Yes
Defined at:
Codex:

Filters whether to display the category feed link.





Source

$show_category_feed = apply_filters( 'feed_links_extra_show_category_feed', true );