Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_doing_ajax() | Determines whether the current request is a WordPress Ajax request. |
wp-admin/includes/ms.php: upload_is_user_over_quota() | Check whether a site has used its allotted upload space. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/ms-functions.php: get_upload_space_available() | Determines if there is any upload space left in the current blog’s quota. |