wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_comment_link › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage )
Paramètres: (4)
  • (string) $comment_link The comment permalink with '#comment-$id' appended.
    Requis: Oui
  • (WP_Comment) $comment The current comment object.
    Requis: Oui
  • (array) $args An array of arguments to override the defaults.
    Requis: Oui
  • (int) $cpage The calculated 'cpage' value.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the returned single comment permalink.





Source

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