wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



post_comments_feed_link_html › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
Paramètres: (3)
  • (string) $link The complete anchor tag for the comment feed link.
    Requis: Oui
  • (int) $post_id Post ID.
    Requis: Oui
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the post comment feed link anchor tag.





Source

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