WP_Comments_List_Table::current_action()
Method of the class: WP_Comments_List_Table{}
No Hooks.
Return
String|false
.
Usage
$WP_Comments_List_Table = new WP_Comments_List_Table(); $WP_Comments_List_Table->current_action();
WP_Comments_List_Table::current_action() WP Comments List Table::current action code WP 6.1.1
public function current_action() { if ( isset( $_REQUEST['delete_all'] ) || isset( $_REQUEST['delete_all2'] ) ) { return 'delete_all'; } return parent::current_action(); }