Ticket #8347: log_requests.diff

File log_requests.diff, 410 bytes (added by ryan, 3 years ago)
  • wp-includes/http.php

     
    209209         */ 
    210210        function request( $url, $args = array() ) { 
    211211                global $wp_version; 
    212  
     212error_log("Requesting $url"); 
    213213                $defaults = array( 
    214214                        'method' => 'GET', 
    215215                        'timeout' => apply_filters( 'http_request_timeout', 5),