apply_filters( 'comment_reply_link_args', array $args, WP_Comment $comment, WP_Post $post )

Filters the comment reply link arguments.


Description Description


Parameters Parameters

$args

(array) Comment reply link arguments. See get_comment_reply_link() for more information on accepted arguments.

$comment

(WP_Comment) The object of the comment being replied to.

$post

(WP_Post) The WP_Post object.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.