On this page
WP_Plugins_List_Table::current_action(): string
Return
string
Source
File: wp-admin/includes/class-wp-plugins-list-table.php. View all references
public function current_action() {
if ( isset( $_POST['clear-recent-list'] ) ) {
return 'clear-recent-list';
}
return parent::current_action();
}
Related
Uses
| Uses | Description |
|---|---|
| WP_List_Table::current_action() wp-admin/includes/class-wp-list-table.php | Gets the current action selected from the bulk actions dropdown. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_plugins_list_table/current_action