WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_reply_link_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 1721 /**
* Filters the comment reply link arguments.
*
* @since 4.1.0
*
* @param array $args Comment reply link arguments. See get_comment_reply_link()
* for more information on accepted arguments.
* @param WP_Comment $comment The object of the comment being replied to.
* @param WP_Post $post The WP_Post object.
*/

Hook Parameters

Parameter Type Name Description
array $args Comment reply link arguments. See get_comment_reply_link()
WP_Comment $comment The object of the comment being replied to.
WP_Post $post The WP_Post object.