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.6.0

apply_filters('wpcf7_log_remote_request') is found 1 times:

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