Filter hook 'get_space_allowed'

in WP Core File wp-includes/ms-functions.php at line 2575

Description

Filters the upload quota for the current site.

Occurrences

Filename Line Number
wp-includes/ms-functions.php 2575

Parameters

Type Name Description
int $space_allowed Upload quota in megabytes for the current blog.

PHP Doc

/**
	 * Filters the upload quota for the current site.
	 *
	 * @since 3.7.0
	 *
	 * @param int $space_allowed Upload quota in megabytes for the current blog.
	 */