Uses
| Uses | Description |
|---|---|
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
| wp-includes/wp-db.php: wpdb::check_database_version() | Determines whether MySQL database is at least the required minimum version. |
| wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |