WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get upload space available

Description

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

Usage

<?php get_upload_space_available() ?>

Parameters

This function does not accept any parameters

Return Value

(integer) 
Upload space available in bytes

Examples


Notes

Change Log

Since: 3.0.0

Source File

get_upload_space_available() is located in wp-admin/includes/ms.php.

Related

 

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.