Uses
Uses | Description |
---|---|
wp-includes/class-wp-theme.php: network_allowed_themes | Filters the array of themes allowed on the network. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed_on_network() | Returns array of stylesheet names of themes allowed on the network. |
wp-includes/class-wp-theme.php: WP_Theme::get_allowed_on_site() | Returns array of stylesheet names of themes allowed on the site. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |