wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



post_comments_feed_link_html › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
Parameter: (3)
  • (string) $link The complete anchor tag for the comment feed link.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the post comment feed link anchor tag.





Quellcode

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