Description
Filters the path for a specific filesystem method class file.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/file.php | 2199 |
Parameters
Type | Name | Description |
---|---|---|
string | $path | Path to the specific filesystem method class file. |
string | $method | The filesystem method to use. |
PHP Doc
/**
* Filters the path for a specific filesystem method class file.
*
* @since 2.6.0
*
* @see get_filesystem_method()
*
* @param string $path Path to the specific filesystem method class file.
* @param string $method The filesystem method to use.
*/