This page redirects to an external site: https://developer.wordpress.org/reference/functions/upload_space_setting/
Displays the edit blog upload space setting form on Edit Blog page.
<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>
This function does not return a value.
For the current blog:
$blog_id = get_current_blog_id(); upload_space_setting( $blog_id );
Since: 3.0.0
upload_space_setting() is located in wp-admin/includes/ms.php.