Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/media.php | apply_filters | 3830 | /** * 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. */ |
Hook Parameters
Parameter 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. |