apply_filters( 'filesystem_method_file', string $path , string $method )
Filters the path for a specific filesystem method class file.
Description
See also
Parameters
- $path
-
Path to the specific filesystem method class file.
- $method
-
The filesystem method to use.
Source
Changelog
Version | Description |
---|---|
WP-2.6.0 | Introduced. |