wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



fs_ftp_connection_types › WordPress Filter Hooks

Da4.6.0
Deprecaton/a
apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context )
Parametri: (5)
  • (string[]) $types Types of connections.
    Richiesto:
  • (array) $credentials Credentials to connect with.
    Richiesto:
  • (string) $type Chosen filesystem method.
    Richiesto:
  • (bool|WP_Error) $error Whether the current request has failed to connect, or an error object.
    Richiesto:
  • (string) $context Full path to the directory that is tested for being writable.
    Richiesto:
Definito a:
Codex:

Filters the connection types to output to the filesystem credentials form.





Sorgenti

$types = apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context );