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:

Description

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

Related Functions

comment_reply_link, _get_comment_reply_id, get_comment_reply_link, wp_comment_trashnotice, cancel_comment_reply_link

Top Google Results

User discussions

wpseek mobile