Summery Summery
Filters the filesystem credentials.
Syntax Syntax
Description Description
Returning anything other than an empty string will effectively short-circuit output of the filesystem credentials form, returning that value instead.
A filter should return true if no filesystem credentials are required, false if they are required but have not been provided, or an array of credentials if they are required and have been provided.
Parameters Parameters
- $credentials
-
Credentials to return instead. Default empty string.
- $form_post
-
The URL to post the form to.
- $type
-
Chosen type of filesystem.
- $error
-
Whether the current request has failed to connect, or an error object.
- $context
-
Full path to the directory that is tested for being writable.
- $extra_fields
-
Extra POST fields.
- $allow_relaxed_file_ownership
-
Whether to allow Group/World writable.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.6.0 | The $context parameter default changed from false to an empty string. |
2.5.0 | Introduced. |