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



comment_link › WordPress Filter Hooks

Da3.6.0
Deprecaton/a
apply_filters( 'comment_link', get_comment_link( $comment )
Parametri:
  • (string) $comment_permalink The current comment permalink.
    Richiesto:
Definito a:
Codex:

Filters the current comment's permalink.





Sorgenti

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