Filter hook 'allowed_themes'

in WP Core File wp-includes/class-wp-theme.php at line 1690

Description

Filters the array of themes allowed on the network.

Occurrences

Filename Line Number
wp-includes/class-wp-theme.php 1690

Parameters

Type Name Description
string[] $allowed_themes An array of theme stylesheet names.

PHP Doc

/**
		 * Filters the array of themes allowed on the network.
		 *
		 * @since MU (3.0.0)
		 *
		 * @param string[] $allowed_themes An array of theme stylesheet names.
		 */