wp-rest-api-log icon indicating copy to clipboard operation
wp-rest-api-log copied to clipboard

WP_REST_API_Log_API_Request_Response_Base::{closure}(): Argument #2 ($k) must be passed by reference, value given

Open KTS915 opened this issue 1 year ago • 0 comments

Thanks for the great plugin!

To get rid of the above error, in wp-rest-api-log/includes/class-wp-rest-api-log-request-response-base.php, on both line 127 and line 142, replace &$k with just $k.

KTS915 avatar Apr 18 '23 18:04 KTS915