WP_Privacy_Requests_Table::get_bulk_actions()

Get bulk actions.


Return

(array) List of bulk actions.


Source

File: wp-admin/includes/user.php

	protected function get_bulk_actions() {
		return array(
			'delete' => __( 'Remove' ),
			'resend' => __( 'Resend email' ),
		);
	}


Changelog

Changelog
Version Description
WP-4.9.6 Introduced.