allowed_themes, $allowed_themes
allowed_themes, $allowed_themes
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('allowed_themes, $allowed_themes') is found 1 times:
- /wp-includes/class-wp-theme.php line 1700
* @since MU (3.0.0) * * @param string[] $allowed_themes An array of theme stylesheet names. */ $allowed_themes = apply_filters( 'allowed_themes', $allowed_themes ); return $allowed_themes; } /** * Returns array of stylesheet names of themes allowed on the site.