apply_filters( ‘allowed_themes’, string[] $allowed_themes )

In this article

Filters the array of themes allowed on the network.

Parameters

$allowed_themesstring[]
An array of theme stylesheet names.

Source

$allowed_themes = apply_filters( 'allowed_themes', $allowed_themes );

Changelog

VersionDescription
MU (3.0.0)Introduced.

User Contributed Notes

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