Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
WP_Debug_Data::get_database_size
Fetch the total size of all the database tables for the active database user.
WP_Debug_Data::get_sizes
Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
WP_Debug_Data::check_for_updates
Calls all core functions to check for updates.
Advertisement
WP_Debug_Data::debug_data
Static function for generating site debug data when required.
plugin_auto_update_debug_string
Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.
theme_auto_update_debug_string
Filters the text string of the auto-updates setting for each theme in the Site Health debug data.
WP_Debug_Data::get_sizes
Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
Advertisement
WP_Debug_Data::get_database_size
Fetch the total size of all the database tables for the active database user.
WP_Debug_Data::format
Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
WP_Debug_Data::debug_data
Static function for generating site debug data when required.
WP_Debug_Data::check_for_updates
Calls all core functions to check for updates.
Advertisement
debug_information
Add or modify the debug information.
WP_Debug_Data
Class for providing debug data based on a users WordPress environment.