WP_Users_List_Table::current_action()
Capture the bulk action required, and return it.
Description
Overridden from the base class implementation to capture the role change drop-down.
Return
(string) The bulk action required.
Source
File: wp-admin/includes/class-wp-users-list-table.php
public function current_action() { if ( isset( $_REQUEST['changeit'] ) && ! empty( $_REQUEST['new_role'] ) ) { return 'promote'; } return parent::current_action(); }
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_users_list_table/current_action