wordpress / latest / hooks / pre_wp_filesize.html

apply_filters( 'pre_wp_filesize', null|int $size, string $path )

Filters the result of wp_filesize before the PHP function is run.

Parameters

$size null|int
The unfiltered value. Returning an int from the callback bypasses the filesize call.
$path string
Path to the file.

Source

File: wp-includes/functions.php. View all references

$size = apply_filters( 'pre_wp_filesize', null, $path );

Used By

Used By Description

Changelog

Version Description
6.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_wp_filesize