file_mod_allowed

最后更新于:2021-11-26 10:00:12

apply_filters( ‘file_mod_allowed’, bool $file_mod_allowed, string $context )

Filters whether file modifications are allowed.

参数

$file_mod_allowed

(bool)
Whether file modifications are allowed.

$context

(string)
The usage context.

源文件

文件: gc-includes/load.php

View on Trac