Core Function
View Source on Trac ↗ wp_comment_reply()
wp_comment_reply(
mixed $position = 1,
mixed $checkbox = false,
mixed $mode = 'single',
mixed $table_row = true
) Outputs the in-line comment reply-to form in the Comments list table.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $position int | Optional. The value of the 'position' input field. Default 1. |
| $checkbox bool | 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'. Required |
| $table_row bool | Optional. Whether to use a table instead of a div element. Default true. |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.7.0
Source File
wp-admin/includes/template.php
Advertisement