Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 3514 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $size | The result of PHP filesize on the file. |
string | $path | Path to the file. |