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



comment_reply_link › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post )
Parameter: (4)
  • (string) $comment_reply_link The HTML markup for the comment reply link.
    Erforderlich: Ja
  • (array) $args An array of arguments overriding the defaults.
    Erforderlich: Ja
  • (WP_Comment) $comment The object of the comment being replied.
    Erforderlich: Ja
  • (WP_Post) $post The WP_Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment reply link.





Quellcode

return apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post );