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 |
|---|---|
| 1090 | * @since 2.9.0 |
| 1091 | * |
| 1092 | * @param array $types Types of connections. |
| 1093 | * @param array $credentials Credentials to connect with. |
| 1094 | * @param string $type Chosen filesystem method. |
| 1095 | * @param object $error Error object. |
| 1096 | * @param string $context Full path to the directory that is tested |
| 1097 | * for being writable. |
| 1098 | */ |
| 1099 | $types = apply_filters( 'fs_ftp_connection_types', $types, $credentials, $type, $error, $context ); |
| 1100 | |
| 1101 | ?> |
| 1102 | <script type="text/javascript"> |
| 1103 | <!-- |
| 1104 | jQuery(function($){ |
| 1105 | jQuery("#ssh").click(function () { |
| 1106 | jQuery("#ssh_keys").show(); |
| 1107 | }); |
| 1108 | jQuery("#ftp, #ftps").click(function () { |