wp_comment_reply
wp_comment_reply ( $position = 1, $checkbox = false, $mode = 'single', $table_row = true )
Parameters:- (int) position Optional. The value of the 'position' input field. Default 1.
- (bool) checkbox Optional. The value of the 'checkbox' input field. Default false.
- (string) mode Optional. If set to 'single', will use WP_Post_Comments_List_Table, otherwise WP_Comments_List_Table. Default 'single'.
- (bool) table_row Optional. Whether to use a table instead of a div element. Default true.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Outputs the in-line comment reply-to form in the Comments list table.