Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/functions.php: number_format_i18n() | Convert float number to format based on the locale. |
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
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_space_allowed() | Returns the upload quota for the current blog. |
wp-includes/ms-functions.php: get_space_used() | Returns the space used by the current site. |