Test if the database server is capable of using utf8mb4.
WP_Site_Health::get_test_dotorg_communication
Test if the site can communicate with WordPress.org.
WP_Site_Health::get_test_is_in_debug_mode
Test if debug information is enabled.
WP_Site_Health::get_test_https_status
Test if your site is serving content over HTTPS.
Advertisement
WP_Site_Health::get_test_ssl_support
Check if the HTTP API can handle SSL/TLS requests.
WP_Site_Health::__construct
WP_Site_Health constructor.
WP_Site_Health::enqueue_scripts
Enqueues the site health scripts.
WP_Site_Health::prepare_sql_data
Run the SQL version checks.
Advertisement
WP_Site_Health_Auto_Updates::__construct
WP_Site_Health_Auto_Updates constructor.
WP_Site_Health_Auto_Updates::run_tests
Run tests to determine if auto-updates can run.
WP_Site_Health_Auto_Updates::test_constants
Test if auto-updates related constants are set correctly.
WP_Site_Health_Auto_Updates::test_wp_version_check_attached
Check if updates are intercepted by a filter.
Advertisement
WP_Site_Health_Auto_Updates::test_filters_automatic_updater_disabled
Check if automatic updates are disabled by a filter.
WP_Site_Health_Auto_Updates::test_if_failed_update
Check if automatic updates have tried to run, but failed, previously.
WP_Site_Health_Auto_Updates::test_vcs_abspath
Check if WordPress is controlled by a VCS (Git, Subversion etc).