jetpack_protect_connect_timeout, 30
jetpack_protect_connect_timeout, 30
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_protect_connect_timeout, 30') is found 1 times:
- /jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php line 1046
* @since 4.0.4 * * @param int $timeout Max time (in seconds) to wait for a response. */ $timeout = apply_filters( 'jetpack_protect_connect_timeout', 30 ); $args = array( 'body' => $request, 'user-agent' => $user_agent, 'httpversion' => '1.0', 'timeout' => absint( $timeout ),