apply_filters( ‘get_space_allowed’, int $space_allowed )

In this article

Filters the upload quota for the current site.

Parameters

$space_allowedint
Upload quota in megabytes for the current blog.

Source

return apply_filters( 'get_space_allowed', $space_allowed );

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

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