bbp_allowed_themes( array $themes )
Filter the allowed themes list for bbPress specific themes
Description Description
Parameters Parameters
- $themes
-
(Required)
Return Return
(array) Array of allowed themes
Source Source
File: includes/core/sub-actions.php
function bbp_allowed_themes( $themes ) { // Filter & return return (array) apply_filters( 'bbp_allowed_themes', $themes ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |