WP_List_Table
Methods
1 to 30 of 43
- WP_List_Table::__call() – Make private/protected methods readable for backward compatibility.
- WP_List_Table::__construct() – Constructor.
- WP_List_Table::__get() – Make private properties readable for backward compatibility.
- WP_List_Table::__set() – Make private properties settable for backward compatibility.
- WP_List_Table::__unset() – Make private properties un-settable for backward compatibility.
- WP_List_Table::_js_vars() – Send required variables to JavaScript land
- WP_List_Table::ajax_response() – Handle an incoming ajax request (called from admin-ajax.php)
- WP_List_Table::ajax_user_can() – Checks the current user’s permissions
- WP_List_Table::bulk_actions() – Displays the bulk actions dropdown.
- WP_List_Table::column_cb() –
- WP_List_Table::column_default() –
- WP_List_Table::comments_bubble() – Displays a comment count bubble.
- WP_List_Table::current_action() – Gets the current action selected from the bulk actions dropdown.
- WP_List_Table::display_rows_or_placeholder() – Generate the tbody element for the list table.
- WP_List_Table::display_rows() – Generate the table rows
- WP_List_Table::display_tablenav() – Generate the table navigation above or below the table
- WP_List_Table::display() – Displays the table.
- WP_List_Table::extra_tablenav() – Extra controls to be displayed between bulk actions and pagination
- WP_List_Table::get_bulk_actions() – Get an associative array ( option_name => option_title ) with the list of bulk actions available on this table.
- WP_List_Table::get_column_count() – Return number of visible columns
- WP_List_Table::get_column_info() – Gets a list of all, hidden, and sortable columns, with filter applied.
- WP_List_Table::get_columns() – Get a list of columns. The format is: ‘internal-name’ => ‘Title’
- WP_List_Table::get_default_primary_column_name() – Gets the name of the default primary column.
- WP_List_Table::get_pagenum() – Get the current page number
- WP_List_Table::get_pagination_arg() – Access the pagination args.
- WP_List_Table::get_primary_column_name() – Gets the name of the primary column.
- WP_List_Table::get_primary_column() – Public wrapper for WP_List_Table::get_default_primary_column_name().
- WP_List_Table::get_sortable_columns() – Get a list of sortable columns. The format is: ‘internal-name’ => ‘orderby’ or ‘internal-name’ => array( ‘orderby’, true )
- WP_List_Table::get_table_classes() – Gets a list of CSS classes for the WP_List_Table table tag.
- WP_List_Table::get_views() – Get an associative array ( id => link ) with the list of views available on this table.