On this page
WP_Terms_List_Table::current_action(): string
Return
string
Source
File: wp-admin/includes/class-wp-terms-list-table.php. View all references
public function current_action() {
if ( isset( $_REQUEST['action'] ) && isset( $_REQUEST['delete_tags'] ) && 'delete' === $_REQUEST['action'] ) {
return 'bulk-delete';
}
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_terms_list_table/current_action