WordPress.org

Codex

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

Function Reference/upload space setting

Description

Displays the edit blog upload space setting form on Edit Blog page.

Usage

<?php upload_space_setting$id ); ?>

Parameters

$id
(integer) (required) The ID of the blog to display the setting for.
Default: None

Returns Values

This function does not return a value.

Examples

For the current blog:

$blog_id = get_current_blog_id();

upload_space_setting( $blog_id );

Notes

Change Log

Since: 3.0.0

Source File

upload_space_setting() 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.