WordPress.org

Codex

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

Function Reference/upload size limit filter

Description

Filters upload size limit.

Usage

<?php upload_size_limit_filter$size ?>

Parameters

$size
(integer) (required) ????
Default: None

Return Value

(integer) 
Upload size limit in bytes

Examples


Notes

Returns the least size of the size passed, space available, or if size checking is enabled, the allowable upload size.

Change Log

Since: 3.0.0

Source File

upload_size_limit_filter() is located in wp-includes/ms-functions.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.