WP_Privacy_Requests_Table::get_bulk_actions()

Get bulk actions.


Description Description


Return Return

(array) List of bulk actions.


Top ↑

Source Source

File: wp-admin/includes/user.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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