Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-admin/includes/translation-install.php: translations_api() | Retrieve translations from WordPress Translation API. |
wp-includes/option.php: set_site_transient() | Sets/updates the value of a site transient. |
wp-includes/option.php: get_site_transient() | Retrieves the value of a site transient. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |