wpcf7_log_remote_request

wpcf7_log_remote_request

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: contact-form-7.5.9.3

apply_filters('wpcf7_log_remote_request') is found 1 times:

  • /includes/functions.php line 657
    		wp_remote_retrieve_body( $response ),
    		$url
    	);
    
    	$log = apply_filters( 'wpcf7_log_remote_request',
    		$log, $url, $request, $response
    	);
    
    	if ( $log ) {
    		trigger_error( $log );
    	}