[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
Topic Replies List Table class.
File Size: | 346 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BBP_Topic_Replies_List_Table:: (14 methods):
__construct()
get_columns()
get_sortable_columns()
get_bulk_actions()
column_cb()
column_bbp_topic_reply_author()
column_bbp_reply_created()
column_bbp_reply_content()
process_bulk_action()
prepare_items()
no_items()
display()
display_tablenav()
single_row()
Class: BBP_Topic_Replies_List_Table - X-Ref
Topic replies list table__construct( $args = array() X-Ref |
The main constructor method since: 2.6.0 bbPress (r5886) |
get_columns() X-Ref |
Setup the list-table columns return: array An associative array containing column information since: 2.6.0 bbPress (r5886) |
get_sortable_columns() X-Ref |
Allow `bbp_reply_created` to be sortable return: array An associative array containing the `bbp_reply_created` column since: 2.6.0 bbPress (r5886) |
get_bulk_actions() X-Ref |
Setup the bulk actions return: array An associative array containing all the bulk actions since: 2.6.0 bbPress (r5886) |
column_cb( $item = '' ) X-Ref |
Output the check-box column for bulk actions (if we implement them) since: 2.6.0 bbPress (r5886) |
column_bbp_topic_reply_author( $item = '' ) X-Ref |
Output the contents of the `bbp_topic_reply_author` column since: 2.6.0 bbPress (r5886) |
column_bbp_reply_created( $item = '' ) X-Ref |
Output the contents of the `bbp_reply_created` column since: 2.6.0 bbPress (r5886) |
column_bbp_reply_content( $item = '' ) X-Ref |
Output the contents of the `bbp_reply_content` column since: 2.6.0 bbPress (r5886) |
process_bulk_action() X-Ref |
Handle bulk action requests since: 2.6.0 bbPress (r5886) |
prepare_items( $topic_id = 0 ) X-Ref |
Prepare the list-table items for display since: 2.6.0 bbPress (r5886) |
no_items() X-Ref |
Message to be displayed when there are no items since: 2.6.0 bbPress (r5930) |
display() X-Ref |
Display the list table 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) |
display_tablenav( $which = '' ) X-Ref |
Generate the table navigation above or below the table This custom method is necessary because the one in `WP_List_Table` comes with a nonce and check that we do not need. param: string $which since: 2.6.0 bbPress (r5930) |
single_row( $item ) X-Ref |
Generates content for a single row of the table param: object $item The current item since: 2.6.0 |
Generated: Mon Dec 30 01:00:53 2024 | Cross-referenced by PHPXref 0.7.1 |