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



feed_links_show_posts_feed › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'feed_links_show_posts_feed', true )
Parameters:
  • (bool) $show Whether to display the posts feed link. Default true.
    Required: Yes
Defined at:
Codex:

Filters whether to display the posts feed link.





Source

if ( apply_filters( 'feed_links_show_posts_feed', true ) ) {