BBP_Topic_Replies_List_Table::get_bulk_actions()

Setup the bulk actions


Description Description


Return Return

(array) An associative array containing all the bulk actions


Top ↑

Source Source

File: includes/admin/classes/class-bbp-topic-replies-list-table.php

	public function get_bulk_actions() {
		return array();

		// @todo cap checks
		return array(
			'unapprove' => esc_html__( 'Unapprove', 'bbpress' ),
			'spam'      => esc_html__( 'Spam',      'bbpress' ),
			'trash'     => esc_html__( 'Trash',     'bbpress' )
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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