Uses
| Uses | Description | 
|---|---|
| wp-includes/load.php: wp_is_maintenance_mode() | Check if maintenance mode is enabled. | 
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/load.php: wp_load_translations_early() | Attempt an early load of translations. | 
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |