Plugin messes wp-json calls
-
Hi,
I have an issue where the plugin is redirecting wp-json calls in some cases.
I have managed to work around this by replacing
if (!empty($url) {
with
if (!empty($url && strpos($url, ‘wp-json’) !== false)) {
in the Frontend::replaceRequest class.
Could you please implement this (or another solution)?
/tobbe
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Plugin messes wp-json calls’ is closed to new replies.