WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about filesystem_method_file

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 1994 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $path Path to the specific filesystem method class file.
string $method The filesystem method to use.