Add a class to the body HTML tag.
WP_Site_Health::wp_schedule_test_init
Initiate the WP_Cron schedule test cases.
WP_Site_Health::get_cron_tasks
Populate our list of cron events and store them to a class-wide variable.
WP_Site_Health::has_missed_cron
Check if any scheduled tasks have been missed.
Advertisement
WP_Site_Health::get_test_sql_server
Test if the SQL server is up to date.
WP_Site_Health::get_test_utf8mb4_support
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::__construct
WP_Site_Health constructor.
Advertisement
WP_Site_Health::get_test_is_in_debug_mode
Test if debug information is enabled.
WP_Site_Health::get_instance
Return an instance of the WP_Site_Health class, or create one if none exist yet.
WP_Site_Health::get_test_https_status
Test if your site is serving content over HTTPS.
WP_Site_Health::enqueue_scripts
Enqueues the site health scripts.
Advertisement
WP_Site_Health::get_test_ssl_support
Check if the HTTP API can handle SSL/TLS requests.
WP_Site_Health::perform_test
Run a Site Health test directly.
WP_Site_Health::get_test_scheduled_events
Test if scheduled events run as intended.