W3cubDocs

/WordPress

WP_Links_List_Table::get_bulk_actions(): array

Return

array

Source

protected function get_bulk_actions() {
	$actions           = array();
	$actions['delete'] = __( 'Delete' );

	return $actions;
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_links_list_table/get_bulk_actions