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



comment_link › WordPress Filter Hooks

Seit3.6.0
Veraltetn/v
apply_filters( 'comment_link', get_comment_link( $comment )
Parameter:
  • (string) $comment_permalink The current comment permalink.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the current comment's permalink.





Quellcode

echo esc_url( apply_filters( 'comment_link', get_comment_link( $comment ) ) );