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



comment_reply_link › Les Filtres WordPress

Depuis2.7.0
Dépréciéen/a
apply_filters( 'comment_reply_link', $comment_reply_link, $args, $comment, $post )
Paramètres: (4)
  • (string) $comment_reply_link The HTML markup for the comment reply link.
    Requis: Oui
  • (array) $args An array of arguments overriding the defaults.
    Requis: Oui
  • (WP_Comment) $comment The object of the comment being replied.
    Requis: Oui
  • (WP_Post) $post The WP_Post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment reply link.





Source

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