WP_Debug_Data::get_database_size

Advertisement

Summery Summery

Fetch the total size of all the database tables for the active database user.

Syntax Syntax

WP_Debug_Data::get_database_size()

Return Return

(int) The size of the database, in bytes.

Source Source

File: wp-admin/includes/class-wp-debug-data.php

				} elseif ( isset( $transient->no_update[ $parent_theme->stylesheet ] ) ) {
					$item = $transient->no_update[ $parent_theme->stylesheet ];
				} else {
					$item = array(
						'theme'        => $parent_theme->stylesheet,
						'new_version'  => $parent_theme->version,
						'url'          => '',
						'package'      => '',
						'requires'     => '',
						'requires_php' => '',
					);
				}

Advertisement

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Advertisement

Leave a Reply