add_filter( 'http_request_args', function( $args, $url ) { $host = parse_url( $url, PHP_URL_HOST ); if ( $host && preg_match( '/(^|\.)pcloud\.com$/', $host ) ) { $args['timeout'] = 60; } return $args; }, 10, 2 ); Comments on: Production Hub https://rockwellscharer.com/2022/11/16/production-hub/ Mon, 14 Aug 2023 21:52:46 +0000 hourly 1 https://wordpress.org/?v=6.9.4