wp-rest-api-log
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
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
.