fs_ftp_connection_types, $types, $credentials, $type, $error, $context

fs_ftp_connection_types, $types, $credentials, $type, $error, $context

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('fs_ftp_connection_types, $types, $credentials, $type, $error, $context') is found 1 times:

  • /wp-admin/includes/file.php line 2543

    * @param bool|WP_Error $error Whether the current request has failed to connect,
    * or an error object.
    * @param string $context Full path to the directory that is tested for being writable.
    */
    $types = apply_filters( ‘fs_ftp_connection_types’, $types, $credentials, $type, $error, $context );
    ?>