Methods
1 to 15 of 45
- BW_List_Table::ajax_response() – Handle an incoming ajax request (called from admin-ajax.php)
- BW_List_Table::ajax_user_can() – Checks the current user’s permissions
- BW_List_Table::bulk_actions() – Display the bulk actions dropdown.
- BW_List_Table::column_cb() – Implement default display of the checkbox field
- BW_List_Table::column_default() – Implement default column display
- BW_List_Table::comments_bubble() – Display a comment count bubble
- BW_List_Table::current_action() – Get the current action selected from the bulk actions dropdown.
- BW_List_Table::display() – Display the table
- BW_List_Table::display_rows() – Generate the table rows
- BW_List_Table::display_rows_or_placeholder() – Generate the tbody element for the list table.
- BW_List_Table::display_tablenav() – Generate the table navigation above or below the table
- BW_List_Table::extra_tablenav() – Extra controls to be displayed between bulk actions and pagination
- BW_List_Table::get_bulk_actions() – Get an associative array ( option_name => option_title ) with the list of bulk actions available on this table.
- BW_List_Table::get_columns() – Get a list of columns. The format is: ‘internal-name’ => ‘Title’
- BW_List_Table::get_column_count() – Return number of visible columns