CP_Post_Revisions_List_Table::get_bulk_actions()

Retrieves an associative array of bulk actions available on this table.


Return

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


Source

File: wp-admin/includes/class-cp-post-revisions-list-table.php

	public function get_bulk_actions() {
		return array(
			'bulk-delete' => __( 'Delete' ),
		);
	}

Changelog

Changelog
Version Description
CP-2.6.0 Introduced. CP-2.6.0