Uses
Uses | Description |
---|---|
wp-includes/class-wp-theme.php: allowed_themes | Filters the array of themes allowed on the network. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |