• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register
WordPress.org
WordPress.org
  • Plugins
  • Themes
  • Patterns
  • Learn
  • Support
    • Documentation
    • Forums
  • News
  • About
  • Get Involved
    • Five for the Future
  • Showcase
  • Mobile
  • Hosting
  • Openverse
  • Get WordPress
Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-admin/includes/class-wp-site-health.php

WP_Site_Health::show_site_health_tab()

Method: Output the content of a tab in the Site Health screen.

Source: wp-admin/includes/class-wp-site-health.php:64

Used by 0 functions | Uses 0 functions

WP_Site_Health::is_development_environment()

Method: Checks if the current environment type is set to ‘development’ or ‘local’.

Source: wp-admin/includes/class-wp-site-health.php:2845

Used by 3 functions | Uses 1 function

WP_Site_Health::get_test_authorization_header()

Method: Tests if the Authorization header has the expected values.

Source: wp-admin/includes/class-wp-site-health.php:2205

Used by 0 functions | Uses 4 functions

WP_Site_Health::detect_plugin_theme_auto_update_issues()

Method: Check for potential issues with plugin and theme auto-updates.

Source: wp-admin/includes/class-wp-site-health.php:2571

Used by 1 function | Uses 4 functions

WP_Site_Health::get_test_plugin_theme_auto_updates()

Method: Test if plugin and theme auto-updates appear to be configured correctly.

Source: wp-admin/includes/class-wp-site-health.php:1853

Used by 0 functions | Uses 2 functions

WP_Site_Health::get_test_file_uploads()

Method: Test if ‘file_uploads’ directive in PHP.ini is turned off.

Source: wp-admin/includes/class-wp-site-health.php:2113

Used by 0 functions | Uses 2 functions

WP_Site_Health::get_test_php_sessions()

Method: Test if there’s an active PHP session that can affect loopback requests.

Source: wp-admin/includes/class-wp-site-health.php:1119

Used by 0 functions | Uses 1 function

WP_Site_Health::maybe_create_scheduled_event()

Method: Create a weekly cron event, if one does not already exist.

Source: wp-admin/includes/class-wp-site-health.php:2721

Used by 1 function | Uses 3 functions

WP_Site_Health::wp_cron_scheduled_check()

Method: Run our scheduled event to check and update the latest site health status for the website.

Source: wp-admin/includes/class-wp-site-health.php:2732

Used by 0 functions | Uses 14 functions

WP_Site_Health::get_test_php_default_timezone()

Method: Test if the PHP default timezone is set to UTC.

Source: wp-admin/includes/class-wp-site-health.php:1078

Used by 0 functions | Uses 1 function

WP_Site_Health::get_instance()

Method: Return an instance of the WP_Site_Health class, or create one if none exist yet.

Source: wp-admin/includes/class-wp-site-health.php:77

Used by 7 functions | Uses 1 function

WP_Site_Health::perform_test()

Method: Run a Site Health test directly.

Source: wp-admin/includes/class-wp-site-health.php:170

Used by 2 functions | Uses 2 functions

WP_Site_Health::has_late_cron()

Method: Check if any scheduled tasks are late.

Source: wp-admin/includes/class-wp-site-health.php:2541

Used by 1 function | Uses 1 function

site_status_test_result

Filter Hook: Filters the output of a finished Site Health test.

Source: wp-admin/includes/class-wp-site-health.php:192

Used by 1 function | Uses 0 functions

WP_Site_Health::can_perform_loopback()

Method: Run a loopback test on our site.

Source: wp-admin/includes/class-wp-site-health.php:2654

Used by 1 function | Uses 8 functions

WP_Site_Health::get_test_background_updates()

Method: Test if WordPress can run automated background updates.

Source: wp-admin/includes/class-wp-site-health.php:1783

Used by 0 functions | Uses 3 functions

WP_Site_Health::get_test_loopback_requests()

Method: Test if loopbacks work as expected.

Source: wp-admin/includes/class-wp-site-health.php:1896

Used by 0 functions | Uses 2 functions

WP_Site_Health::get_test_http_requests()

Method: Test if HTTP requests are blocked.

Source: wp-admin/includes/class-wp-site-health.php:1939

Used by 0 functions | Uses 1 function

WP_Site_Health::get_test_rest_availability()

Method: Test if the REST API is accessible.

Source: wp-admin/includes/class-wp-site-health.php:2010

Used by 0 functions | Uses 12 functions

WP_Site_Health::get_tests()

Method: Return a set of tests that belong to the site status page.

Source: wp-admin/includes/class-wp-site-health.php:2266

Used by 2 functions | Uses 6 functions

site_status_tests

Filter Hook: Add or modify which site status tests are run on a site.

Source: wp-admin/includes/class-wp-site-health.php:2426

Used by 1 function | Uses 0 functions

WP_Site_Health::admin_body_class()

Method: Add a class to the body HTML tag.

Source: wp-admin/includes/class-wp-site-health.php:2450

Used by 0 functions | Uses 1 function

WP_Site_Health::wp_schedule_test_init()

Method: Initiate the WP_Cron schedule test cases.

Source: wp-admin/includes/class-wp-site-health.php:2466

Used by 1 function | Uses 2 functions

WP_Site_Health::get_cron_tasks()

Method: Populate our list of cron events and store them to a class-wide variable.

Source: wp-admin/includes/class-wp-site-health.php:2476

Used by 1 function | Uses 3 functions

WP_Site_Health::get_test_ssl_support()

Method: Check if the HTTP API can handle SSL/TLS requests.

Source: wp-admin/includes/class-wp-site-health.php:1664

Used by 0 functions | Uses 2 functions

WP_Site_Health::has_missed_cron()

Method: Check if any scheduled tasks have been missed.

Source: wp-admin/includes/class-wp-site-health.php:2515

Used by 1 function | Uses 1 function

WP_Site_Health::get_test_scheduled_events()

Method: Test if scheduled events run as intended.

Source: wp-admin/includes/class-wp-site-health.php:1710

Used by 0 functions | Uses 5 functions

WP_Site_Health::get_test_php_version()

Method: Test if the supplied PHP version is supported.

Source: wp-admin/includes/class-wp-site-health.php:726

Used by 0 functions | Uses 4 functions

WP_Site_Health::test_php_extension_availability()

Method: Check if the passed extension or function are available.

Source: wp-admin/includes/class-wp-site-health.php:813

Used by 1 function | Uses 0 functions

WP_Site_Health::get_test_php_extensions()

Method: Test if required PHP modules are installed on the host.

Source: wp-admin/includes/class-wp-site-health.php:845

Used by 0 functions | Uses 5 functions
1 2 Next »
  • About
  • News
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
Code is Poetry