Summery Summery
Determines if there is any upload space left in the current blog’s quota.
Syntax Syntax
Return Return
(bool) True if space is available, false otherwise.
Source Source
File: wp-includes/ms-functions.php
/** * Determines if there is any upload space left in the current blog's quota. * * @since 3.0.0 * * @return int of upload space available in bytes
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |