[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> class-wp-debug-data.php (summary)

(no description)

File Size: 1724 lines (61 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Debug_Data:: (6 methods):
  check_for_updates()
  debug_data()
  get_mysql_var()
  format()
  get_database_size()
  get_sizes()


Class: WP_Debug_Data  - X-Ref

Class for providing debug data based on a users WordPress environment.

check_for_updates()   X-Ref
Calls all core functions to check for updates.


debug_data()   X-Ref
Static function for generating site debug data when required.

return: array The debug data for the site.

get_mysql_var( $mysql_var )   X-Ref
Returns the value of a MySQL system variable.

return: string|null The variable value on success. Null if the variable does not exist.
param: string $mysql_var Name of the MySQL system variable.

format( $info_array, $data_type )   X-Ref
Formats the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.

return: string The formatted data.
param: array  $info_array Information gathered from the `WP_Debug_Data::debug_data()` function.
param: string $data_type  The data type to return, either 'info' or 'debug'.

get_database_size()   X-Ref
Fetches the total size of all the database tables for the active database user.

return: int The size of the database, in bytes.

get_sizes()   X-Ref
Fetches the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
Intended to supplement the array returned by `WP_Debug_Data::debug_data()`.

return: array The sizes of the directories, also the database size and total installation size.



Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref