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



comment_reply_link_args › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'comment_reply_link_args', $args, $comment, $post )
Parameter: (3)
  • (array) $args Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.
    Erforderlich: Ja
  • (WP_Comment) $comment The object of the comment being replied to.
    Erforderlich: Ja
  • (WP_Post) $post The WP_Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment reply link arguments.





Quellcode

$args = apply_filters( 'comment_reply_link_args', $args, $comment, $post );