Return a set of tests that belong to the site status page.
WP_Site_Health::get_test_theme_version
Test if themes are outdated, or unnecessary.
WP_Site_Health::admin_body_class
Add a class to the body HTML tag.
WP_Site_Health::get_test_php_version
Test if the supplied PHP version is supported.
Advertisement
WP_Site_Health::wp_schedule_test_init
Initiate the WP_Cron schedule test cases.
WP_Site_Health_Auto_Updates::test_wp_version_check_attached
Check if updates are intercepted by a filter.
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.
Advertisement
WP_Site_Health_Auto_Updates::test_vcs_abspath
Check if WordPress is controlled by a VCS (Git, Subversion etc).
WP_Site_Health_Auto_Updates::test_check_wp_filesystem_method
Check if we can access files without providing credentials.
WP_Site_Health_Auto_Updates::test_all_files_writable
Check if core files are writable by the web user/group.
WP_Site_Health_Auto_Updates::test_accepts_dev_updates
Check if the install is using a development branch and can use nightly packages.
Advertisement
WP_Site_Health_Auto_Updates::test_accepts_minor_updates
Check if the site supports automatic minor updates.
WP_Site_Health::__construct
WP_Site_Health constructor.
WP_Site_Health::enqueue_scripts
Enqueues the site health scripts.