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



get_comment_link › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_comment_link', $comment_link, $comment, $args, $cpage )
Parameter: (4)
  • (string) $comment_link The comment permalink with '#comment-$id' appended.
    Erforderlich: Ja
  • (WP_Comment) $comment The current comment object.
    Erforderlich: Ja
  • (array) $args An array of arguments to override the defaults.
    Erforderlich: Ja
  • (int) $cpage The calculated 'cpage' value.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned single comment permalink.





Quellcode

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