Description
Filters the maximum upload size allowed in php.ini.
Occurrences
Filename | Line Number |
---|---|
wp-includes/media.php | 4031 |
Parameters
Type | Name | Description |
---|---|---|
int | $size | Max upload size limit in bytes. |
int | $u_bytes | Maximum upload filesize in bytes. |
int | $p_bytes | Maximum size of POST data in bytes. |
PHP Doc
/**
* Filters the maximum upload size allowed in php.ini.
*
* @since 2.5.0
*
* @param int $size Max upload size limit in bytes.
* @param int $u_bytes Maximum upload filesize in bytes.
* @param int $p_bytes Maximum size of POST data in bytes.
*/