Topic replies list table.
This list table is responsible for showing the replies to a topic in a meta-box, similar to comments in posts and pages.
| since | 2.6.0 bbPress (r5886) |
|---|---|
| package | bbPress |
__construct($args = array())
| since | 2.6.0 bbPress (r5886) |
|---|
column_bbp_reply_content($item = '')
| since | 2.6.0 bbPress (r5886) |
|---|
column_bbp_reply_created($item = '')
| since | 2.6.0 bbPress (r5886) |
|---|
column_cb($item = '')
| since | 2.6.0 bbPress (r5886) |
|---|
display()
This custom method is necessary because the one in WP_List_Table comes
with a nonce and check that we do not need.
| since | 2.6.0 bbPress (r5930) |
|---|
get_bulk_actions() : array
| since | 2.6.0 bbPress (r5886) |
|---|
arrayAn associative array containing all the bulk actions.get_columns() : array
get_sortable_columns() : array
| since | 2.6.0 bbPress (r5886) |
|---|
arrayAn associative array containing the `bbp_reply_created` column.no_items()
| since | 2.6.0 bbPress (r5930) |
|---|
prepare_items($topic_id = 0)
| since | 2.6.0 bbPress (r5886) |
|---|
process_bulk_action()
| since | 2.6.0 bbPress (r5886) |
|---|
single_row(object $item)
| since | 2.6.0 |
|---|---|
| access | public |
objectThe current item.
display_tablenav(string $which = '')
This custom method is necessary because the one in WP_List_Table comes
with a nonce and check that we do not need.
| since | 2.6.0 bbPress (r5930) |
|---|
string