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.
*/