New and updated in 5.2.0
-
Tests if the SQL server is up to date.
-
Enqueues the site health scripts.
-
Tests if the database server is capable of using utf8mb4.
-
Runs the SQL version checks.
-
Tests if the site can communicate with WordPress.org.
-
Tests whether `wp_version_check` is blocked.
-
Tests if debug information is enabled.
-
Tests for WordPress version and outputs it.
-
Tests if the site is serving content over HTTPS.
-
Tests if plugins are outdated, or unnecessary.
-
Tests if themes are outdated, or unnecessary.
-
Tests if the supplied PHP version is supported.
-
Checks if the passed extension or function are available.
-
classWP_Site_Health
Class for looking up a site’s health based on a user’s WordPress environment.
-
Filters the links in `$taxonomy` column of edit.php.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-posts-list-table.php:1355 -
Displays a formats drop-down for filtering items.
-
Filters whether to remove the ‘Formats’ drop-down from the post list table.
-
functionwp_get_plugin_error()
Gets the error that was recorded for a paused plugin.
-
functionresume_plugin()
Tries to resume a single plugin.
-
functionpaused_plugins_notice()
Renders an admin notice in case some plugins have been paused due to errors.
-
functionis_plugin_paused()
Determines whether a plugin is technically active but was paused while loading.
-
functionvalidate_plugin_requirements()
Validates the plugin requirements for WordPress version and PHP version.
-
Checks if core files are writable by the web user/group.
Used by 1 function | Uses 3 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:328 -
Checks if the install is using a development branch and can use nightly packages.
Used by 1 function | Uses 2 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:414 -
Checks if the site supports automatic minor updates.
Used by 1 function | Uses 2 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:455 -
Checks if we can access files without providing credentials.
Used by 1 function | Uses 1 function | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:292 -
Class for testing automatic updates in the WordPress code.
Used by 0 functions | Uses 0 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:11 -
WP_Site_Health_Auto_Updates constructor.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:17 -
Runs tests to determine if auto-updates can run.
Used by 0 functions | Uses 10 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:29 -
Tests if auto-updates related constants are set correctly.
Used by 1 function | Uses 2 functions | Source: wp-admin/includes/class-wp-site-health-auto-updates.php:72