• Resolved bjorntech

    (@bjorntech)


    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)
  • Plugin Support Mark Kevin

    (@mkesteban08)

    Hi @bjorntech ,

    Thanks for bringing this to our attention. I’ll be sure to escalate this to our development team.

    Please let me know if you have other questions, and I’ll be glad to help you with them.

    Have a great day!

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin messes wp-json calls’ is closed to new replies.