comment_reply_link_args

Advertisement

Summery Summery

Filters the comment reply link arguments.

Syntax Syntax

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

Parameters Parameters

$args

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

$comment

The object of the comment being replied to.

$post

The WP_Post object.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

Advertisement

Leave a Reply