apply_filters( 'get_space_allowed', int $space_allowed )

Filters the upload quota for the current site.


Parameters

$space_allowed int
Upload quota in megabytes for the current blog.

Top ↑

Source

File: wp-includes/ms-functions.php. View all references

return apply_filters( 'get_space_allowed', $space_allowed );


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

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