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



get_comment_link › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage )
Parametri: (4)
  • (string) $comment_link The comment permalink with '#comment-$id' appended.
    Richiesto:
  • (WP_Comment) $comment The current comment object.
    Richiesto:
  • (array) $args An array of arguments to override the defaults.
    Richiesto:
  • (int) $cpage The calculated 'cpage' value.
    Richiesto:
Definito a:
Codex:

Filters the returned single comment permalink.





Sorgenti

return apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage );