WP_Comments_List_Table
class WP_Comments_List_Table
// Constructor: function Object() { [native code] } Core class used to implement displaying comments in a list table.
Methods 23 methods
| Method / Return | Description |
|---|---|
| __construct() void | Constructor.
Parameters: $args: mixed |
| floated_admin_avatar() string | Adds avatars to comment author names.
Parameters: $name: mixed, $comment_id: mixed |
| ajax_user_can() bool | No description available. |
| prepare_items() void | No description available. |
| get_per_page() int | No description available.
Parameters: $comment_status: mixed |
| no_items() void | No description available. |
| get_views() void | No description available. |
| get_bulk_actions() array | No description available. |
| extra_tablenav() void | No description available.
Parameters: $which: mixed |
| current_action() (string | No description available. |
| get_columns() string[] | No description available. |
| comment_type_dropdown() void | Displays a comment type drop-down for filtering on the Comments list table.
Parameters: $comment_type: mixed |
| get_sortable_columns() array | No description available. |
| get_default_primary_column_name() string | Gets the name of the default primary column. |
| display() void | Displays the comments table. |
| single_row() void | No description available.
Parameters: $item: mixed |
| handle_row_actions() string | Generates and displays row actions links.
Parameters: $item: mixed, $column_name: mixed, $primary: mixed |
| column_cb() void | No description available.
Parameters: $item: mixed |
| column_comment() void | No description available.
Parameters: $comment: mixed |
| column_author() void | No description available.
Parameters: $comment: mixed |
| column_date() void | No description available.
Parameters: $comment: mixed |
| column_response() void | No description available.
Parameters: $comment: mixed |
| column_default() void | No description available.
Parameters: $item: mixed, $column_name: mixed |
Properties
| Property / Type | Description |
|---|---|
| $checkbox mixed public | No description available. |
| $pending_count mixed public | No description available. |
| $extra_items mixed public | No description available. |
| $user_can mixed public | No description available. |