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



comment_reply_link_args › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'comment_reply_link_args', $args, $comment, $post )
Paramètres: (3)
  • (array) $args Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.
    Requis: Oui
  • (WP_Comment) $comment The object of the comment being replied to.
    Requis: Oui
  • (WP_Post) $post The WP_Post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment reply link arguments.





Source

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