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.
424*425* @see wp_comment_reply()426*427* @param string$content The reply-to form content.428* @param array$args An array of default args.429*/430$content=apply_filters(431'wp_comment_reply',432'',433array(434'position'=>$position,435'checkbox'=>$checkbox,436'mode'=>$mode,
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.