filesystem_method_file
apply_filters( ‘filesystem_method_file’, string $path , string $method )
过滤器::过滤特定文件系统方法类文件的路径。
Filter Hook: Filters the path for a specific filesystem method class file.
说明(Description)
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$path | (string) | 特定文件系统方法类文件的路径。 |
$method | (string) | 要使用的文件系统方法。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.6.0 | wp-admin/includes/file.php:1801 | 1 | 0 |
filesystem_method_file 为WP2原创文章,链接:https://www.wp2.cn/hook/filesystem_method_file/