WP_Privacy_Requests_Table::get_bulk_actions()

Get bulk actions.


Return

(array) Array of bulk action labels keyed by their action.


Source

File: wp-admin/includes/class-wp-privacy-requests-table.php

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


Changelog

Changelog
Version Description
4.9.6 Introduced.