You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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&$kwith just$k.