fs_ftp_connection_types

fs_ftp_connection_types

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('fs_ftp_connection_types') is found 1 times:

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

    * @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 );
    ?>