WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about allowed_themes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-theme.php apply_filters 1600 /**
* Filters the array of themes allowed on the network.
*
* @since MU (3.0.0)
*
* @param string[] $allowed_themes An array of theme stylesheet names.
*/

Hook Parameters

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