apply_filters( ‘network_allowed_themes’, string[] $allowed_themes, int $blog_id )

In this article

Filters the array of themes allowed on the network.

Description

Site is provided as context so that a list of network allowed themes can be filtered further.

Parameters

$allowed_themesstring[]
An array of theme stylesheet names.
$blog_idint
ID of the site.

Source

$network = (array) apply_filters( 'network_allowed_themes', self::get_allowed_on_network(), $blog_id );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

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