Uses
Uses | Description |
---|---|
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. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-functions.php: get_space_allowed | Filters the upload quota for the current site. |