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
1112       * @since 2.9.0
1113       *
1114       * @param array  $types       Types of connections.
1115       * @param array  $credentials Credentials to connect with.
1116       * @param string $type        Chosen filesystem method.
1117       * @param object $error       Error object.
1118       * @param string $context     Full path to the directory that is tested
1119       *                            for being writable.
1120       */
1121      $types = apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context );
1122
1123 ?>
1124 <script type="text/javascript">
1125 <!--
1126 jQuery(function($){
1127      jQuery("#ssh").click(function () {
1128           jQuery("#ssh_keys").show();
1129      });
1130      jQuery("#ftp, #ftps").click(function () {