Filters the filesystem method to use.
$methodstring$argsarray$contextstring$allow_relaxed_file_ownershipboolwp-admin/includes/file.php:2319get_filesystem_method() * * @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. */ return apply_filters( 'filesystem_method', $method, $args, $context, $allow_relaxed_file_ownership );} /** * Displays a form to the user to request for their FTP/SSH details in order * to connect to the filesystem. *Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.