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



feed_links_extra_show_tag_feed › WordPress Filter Hooks

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

Filters whether to display the tag feed link.





Source

$show_tag_feed = apply_filters( 'feed_links_extra_show_tag_feed', true );