Filter hook 'pre_get_space_used'

in WP Core File wp-includes/ms-functions.php at line 2540

Description

Filters the amount of storage space used by the current site, in megabytes.

Occurrences

Filename Line Number
wp-includes/ms-functions.php 2540

Parameters

Type Name Description
int|false $space_used The amount of used space, in megabytes. Default false.

PHP Doc

/**
	 * Filters the amount of storage space used by the current site, in megabytes.
	 *
	 * @since 3.5.0
	 *
	 * @param int|false $space_used The amount of used space, in megabytes. Default false.
	 */