File: wp-admin/includes/class-wp-debug-data.php
-
Gets the file system section of the debug data.
-
Gets the WordPress active theme section of the debug data.
-
Gets the WordPress parent theme section of the debug data.
-
Gets the WordPress inactive themes section of the debug data.
-
Gets the WordPress constants section of the debug data.
-
Gets the WordPress database section of the debug data.
-
Gets the WordPress media section of the debug data.
-
Gets the WordPress MU plugins section of the debug data.
-
Gets the WordPress paths and sizes section of the debug data.
-
Gets the WordPress active plugins section of the debug data.
-
Gets the WordPress inactive plugins section of the debug data.
-
Gets the raw plugin data for the WordPress active and inactive sections of the debug data.
-
Gets the WordPress core section of the debug data.
-
Gets the WordPress drop-in section of the debug data.
-
Gets the WordPress server section of the debug data.
-
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.