bbp_allowed_themes( $themes )

Filter the allowed themes list for Forums specific themes

Description

Source

File: bp-forums/core/sub-actions.php

function bbp_allowed_themes( $themes ) {
	return apply_filters( 'bbp_allowed_themes', $themes );
}

Changelog

Changelog
Version Description
bbPress (r2944) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.