Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BBP_Forums_Admin::get_allowed_action_toggles()
Returns an array of notice toggles
Description Description
Return Return
(array)
Source Source
File: includes/admin/forums.php
private function get_allowed_action_toggles() { // Filter & return return apply_filters( 'bbp_admin_forums_allowed_action_toggles', array( 'bbp_toggle_forum_close' ) ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |