WP hooks navigation: Home/browse • Actions index • Filters index
To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).
The best way to understand what a hook does is to look at where it occurs in the source code.
do_action( "hook_name" )
apply_filters( "hook_name", "what_to_filter" )
.Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.
Line | Code |
---|---|
1148 | * @since 2.9.0 |
1149 | * |
1150 | * @param array $types Types of connections. |
1151 | * @param array $credentials Credentials to connect with. |
1152 | * @param string $type Chosen filesystem method. |
1153 | * @param object $error Error object. |
1154 | * @param string $context Full path to the directory that is tested |
1155 | * for being writable. |
1156 | */ |
1157 | $types = apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context ); |
1158 |
|
1159 | ?> |
1160 | <script type="text/javascript"> |
1161 | <!-- |
1162 | jQuery(function($){ |
1163 | jQuery("#ssh").click(function () { |
1164 | jQuery("#ssh_keys").show(); |
1165 | }); |
1166 | jQuery("#ftp, #ftps").click(function () { |