apply_filters( 'upload_size_limit', int $size , int $u_bytes , int $p_bytes )
Filters the maximum upload size allowed in php.ini.
Parameters
- $size
-
Max upload size limit in bytes.
- $u_bytes
-
Maximum upload filesize in bytes.
- $p_bytes
-
Maximum size of POST data in bytes.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-2.5.0 | Introduced. |