WordPress.org

Codex

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

Function Reference/fix import form size

This page is marked as incomplete. You can help Codex by expanding it.

Description

Get the remaining upload space for this blog.

Usage

<?php fix_import_form_size$size ?>

Parameters

$size
(integer) (required) Current max size in bytes
Default: None

Return Value

(integer) 
Max size in bytes

Examples


Notes

Change Log

Since: MU

Source File

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

Related

 

See also index of Function Reference and index of Template Tags.