wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



feed_links_show_comments_feed › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'feed_links_show_comments_feed', true )
Parametri:
  • (bool) $show Whether to display the comments feed link. Default true.
    Richiesto:
Definito a:
Codex:

Filters whether to display the comments feed link.





Sorgenti

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