apply_filters( 'filesystem_method', string $method, array $args, string $context, bool $allow_relaxed_file_ownership )

Filters the filesystem method to use.


Description Description


Parameters Parameters

$method

(string) Filesystem method to return.

$args

(array) An array of connection details for the method.

$context

(string) Full path to the directory that is tested for being writable.

$allow_relaxed_file_ownership

(bool) Whether to allow Group/World writable.


Top ↑

Source Source

File: wp-admin/includes/file.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.