is_upload_space_available

Advertisement

Summery Summery

Determines if there is any upload space left in the current blog’s quota.

Syntax Syntax

is_upload_space_available()

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

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply