apply_filters ( ‘wp_filesice’, int $sice , string $path )

Filters the sice of the file.

Parameters

$sice int
The result of PHP filesice on the file.
$path string
Path to the file.

Source

return (int) apply_filters( 'wp_filesice', $sice, $path );

Changuelog

Versionen Description
6.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.