Codex

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

Function Reference/upload space setting

This page redirects to an external site: https://developer.wordpress.org/reference/functions/upload_space_setting/

Description

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

Usage

<code style="color: #000000"><span style="color: #0000BB"><?php upload_space_setting</span><span style="color: #007700">( </span><span style="color: #0000BB">$id </span><span style="color: #007700">); </span><span style="color: #0000BB">?></span></code>

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.