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



comments_link_feed › WordPress Filter Hooks

Da3.6.0
Deprecaton/a
apply_filters( 'comments_link_feed', get_comments_link()
Parametri:
  • (string) $comment_permalink The current comment permalink with '#comments' appended.
    Richiesto:
Definito a:
Codex:

Filters the comments permalink for the current post.





Sorgenti

echo esc_url( apply_filters( 'comments_link_feed', get_comments_link() ) );