Description
Filters the size of the file.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 3584 |
Parameters
Type | Name | Description |
---|---|---|
int | $size | The result of PHP filesize on the file. |
string | $path | Path to the file. |
PHP Doc
/**
* Filters the size of the file.
*
* @since 6.0.0
*
* @param int $size The result of PHP filesize on the file.
* @param string $path Path to the file.
*/