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



post_comments_feed_link_html › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
Parametri: (3)
  • (string) $link The complete anchor tag for the comment feed link.
    Richiesto:
  • (int) $post_id Post ID.
    Richiesto:
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Richiesto:
Definito a:
Codex:

Filters the post comment feed link anchor tag.





Sorgenti

echo apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed );