Filter hook 'wp_comment_reply'
in WP Core File wp-admin/includes/template.php at line 430
Description
Filters the in-line comment reply-to form output in the Comments list table. 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.
Occurrences
Filename |
Line Number |
wp-admin/includes/template.php |
430 |
Parameters
Type |
Name |
Description |
string |
$content |
The reply-to form content. |
array |
$args |
An array of default args. |
PHP Doc
/**
* Filters the in-line comment reply-to form output in the Comments
* list table.
*
* 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.
*
* @since 2.7.0
*
* @see wp_comment_reply()
*
* @param string $content The reply-to form content.
* @param array $args An array of default args.
*/