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: Gold https://rockwellscharer.com/media/gold-2/ Fri, 01 Jul 2022 18:12:16 +0000 hourly 1 https://wordpress.org/?v=6.9.4