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



comments_link_feed › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'comments_link_feed', get_comments_link()
Parameter:
  • (string) $comment_permalink The current comment permalink with '#comments' appended.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comments permalink for the current post.





Quellcode

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