WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about filesystem_method

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/file.php apply_filters 2133 /**
* Filters the filesystem method to use.
*
* @since 2.6.0
*
* @param string $method Filesystem method to return.
* @param array $args An array of connection details for the method.
* @param string $context Full path to the directory that is tested for being writable.
* @param bool $allow_relaxed_file_ownership Whether to allow Group/World writable.
*/

Hook Parameters

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