pre_get_space_used

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'pre_get_space_used', int|false $space_used )

Parameters Parameters

$space_used

The amount of used space, in megabytes. Default false.

Source Source

File: wp-includes/ms-functions.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply