WP_Privacy_Requests_Table::get_bulk_actions(): array

In this article

Gets bulk actions.

Return

array Array of bulk action labels keyed by their action.

Source

protected function get_bulk_actions() {
	return array(
		'resend'   => __( 'Resend confirmation requests' ),
		'complete' => __( 'Mark requests as completed' ),
		'delete'   => __( 'Delete requests' ),
	);
}

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.