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
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' ) ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |