get_space_allowed

get_space_allowed

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_space_allowed') is found 1 times:

  • /wp-includes/ms-functions.php line 2575
    	 * @since 3.7.0
    	 *
    	 * @param int $space_allowed Upload quota in megabytes for the current blog.
    	 */
    	return apply_filters( 'get_space_allowed', $space_allowed );
    }
    
    /**
     * Determines if there is any upload space left in the current blog's quota.
     *
     * @since 3.0.0