wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



post_comments_feed_link_html › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( 'post_comments_feed_link_html', $link, $post_id, $feed )
Parâmetros: (3)
  • (string) $link The complete anchor tag for the comment feed link.
    Required: Yes
  • (int) $post_id Post ID.
    Required: Yes
  • (string) $feed The feed type. Possible values include 'rss2', 'atom', or an empty string for the default feed type.
    Required: Yes
Definido em:
Codex:

Filters the post comment feed link anchor tag.





Fonte

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