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