Lines:
1 to 27 of 27
<?php /** * List Table API: WP_Users_List_Table class * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /* class WP_Users_List_Table */ /* function WP_Users_List_Table::__construct() – Constructor. */ /* function WP_Users_List_Table::ajax_user_can() – Check the current user’s permissions. */ /* function WP_Users_List_Table::prepare_items() – Prepare the users list for display. */ /* function WP_Users_List_Table::no_items() – Output ‘no users’ message. */ /* function WP_Users_List_Table::get_views() – Return an associative array listing all the views that can be used with this table. */ /* function WP_Users_List_Table::get_bulk_actions() – Retrieve an associative array of bulk actions available on this table. */ /* function WP_Users_List_Table::extra_tablenav() – Output the controls to allow user roles to be changed in bulk. */ /* function WP_Users_List_Table::current_action() – Capture the bulk action required, and return it. */ /* function WP_Users_List_Table::get_columns() – Get a list of columns for the list table. */ /* function WP_Users_List_Table::get_sortable_columns() – Get a list of sortable columns for the list table. */ /* function WP_Users_List_Table::display_rows() – Generate the list table rows. */ /* function WP_Users_List_Table::single_row() – Generate HTML for a single row on the users.php admin panel. */ /* function WP_Users_List_Table::get_default_primary_column_name() – Gets the name of the default primary column. */ /* function WP_Users_List_Table::get_role_list() – Returns an array of user roles for a given user object. */