Changeset 54114 for trunk/src/wp-admin/includes/class-wp-debug-data.php
- Timestamp:
- 09/09/2022 08:45:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r54113 r54114 1395 1395 1396 1396 /** 1397 * Add to or modifythe debug information shown on the Tools -> Site Health -> Info screen.1397 * Filters the debug information shown on the Tools -> Site Health -> Info screen. 1398 1398 * 1399 1399 * Plugin or themes may wish to introduce their own debug information without creating … … 1485 1485 1486 1486 /** 1487 * Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.1487 * Formats the information gathered for debugging, in a manner suitable for copying to a forum or support ticket. 1488 1488 * 1489 1489 * @since 5.2.0 … … 1554 1554 1555 1555 /** 1556 * Fetch the total size of all the database tables for the active database user.1556 * Fetches the total size of all the database tables for the active database user. 1557 1557 * 1558 1558 * @since 5.2.0 … … 1575 1575 1576 1576 /** 1577 * Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.1577 * Fetches the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`. 1578 1578 * Intended to supplement the array returned by `WP_Debug_Data::debug_data()`. 1579 1579 *
Note: See TracChangeset
for help on using the changeset viewer.