apply_filters( 'wp_comment_reply', string $content, array $args )

Filters the in-line comment reply-to form output in the Comments list table.

Description

Returning a non-empty value here will short-circuit display of the in-line comment-reply form in the Comments list table, echoing the returned value instead.

See also

Parameters

$content

(string) The reply-to form content.

$args

(array) An array of default args.

Source

File: wp-admin/includes/template.php

View on Trac

Changelog

Version Description
2.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_comment_reply