Check if automatic updates are disabled.
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).
WP_Site_Health_Auto_Updates::test_check_wp_filesystem_method
Check if we can access files without providing credentials.
Advertisement
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.
WP_Site_Health_Auto_Updates::test_accepts_minor_updates
Check if the site supports automatic minor updates.
WP_Site_Health_Auto_Updates::__construct
WP_Site_Health_Auto_Updates constructor.
Advertisement
WP_Site_Health_Auto_Updates::run_tests
Run tests to determine if auto-updates can run.
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_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.