Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
Get bulk actions.
(string[]) Array of bulk action labels keyed by their action.
File: wp-admin/includes/class-wp-privacy-requests-table.php
protected function get_bulk_actions() { return array( 'delete' => __( 'Delete Requests' ), 'resend' => __( 'Resend Confirmation Requests' ), ); }
Version | Description |
---|---|
4.9.6 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_privacy_requests_table/get_bulk_actions