Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: fs_ftp_connection_types

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1045       * @since 2.9.0
1046       *
1047       * @param array  $types       Types of connections.
1048       * @param array  $credentials Credentials to connect with.
1049       * @param string $type        Chosen filesystem method.
1050       * @param object $error       Error object.
1051       * @param string $context     Full path to the directory that is tested
1052       *                            for being writable.
1053       */
1054      $types = apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context );
1055
1056 ?>
1057 <script type="text/javascript">
1058 <!--
1059 jQuery(function($){
1060      jQuery("#ssh").click(function () {
1061           jQuery("#ssh_keys").show();
1062      });
1063      jQuery("#ftp, #ftps").click(function () {