File: wp-admin/includes/class-wp-debug-data.php
-
Returns the value of a MySQL system variable.
-
Filters the text string of the auto-updates setting for each plugin in the Site Health debug data.
-
Filters the text string of the auto-updates setting for each theme in the Site Health debug data.
-
Filters the debug information shown on the Tools -> Site Health -> Info screen.
-
methodWP_Debug_Data::format()
Formats the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
-
Fetches the total size of all the database tables for the active database user.
-
Fetches the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
-
classWP_Debug_Data
Class for providing debug data based on a users WordPress environment.
-
Calls all core functions to check for updates.
-
Static function for generating site debug data when required.