filesystem_method

Advertisement

Summery Summery

Filters the filesystem method to use.

Syntax Syntax

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

Parameters Parameters

$method

Filesystem method to return.

$args

An array of connection details for the method.

$context

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

$allow_relaxed_file_ownership

Whether to allow Group/World writable.

Source Source

File: wp-admin/includes/file.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Advertisement

Leave a Reply