apply_filters( ‘pre_get_space_used’, int|false $space_used )

In this article

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

Parameters

$space_usedint|false
The amount of used space, in megabytes. Default false.

Source

$space_used = apply_filters( 'pre_get_space_used', false );

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.