WordPress.org

Codex

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

Function Reference/get space allowed

Description

Returns the upload quota for the current blog.

Usage

<?php get_space_allowed() ?>

Parameters

This function does not accept any parameters

Return Value

(integer) 
Quota in megabytes

Examples


Notes

Change Log

Since: MU

Source File

get_space_allowed() is located in wp-includes/ms-functions.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.