Advertisement
Guest User

Untitled

a guest
Jan 4th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function iwp_33702_increase_download_timeout($args){
  2.     $args['timeout'] = 300;
  3.     return $args;
  4. }
  5.  
  6. add_filter('http_request_args', 'iwp_33702_increase_download_timeout');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement