pre_recurse_dirsize

最后更新于:2021-11-27 19:46:16

apply_filters( ‘pre_recurse_dirsize’, int|false $space_used )

Filters the amount of storage space used by one directory and all its children, in megabytes.

参数

$space_used

(int|false)
The amount of used space, in bytes. Default false.

源文件

文件: gc-includes/functions.php

View on Trac