• There’s an error with the rewrite rules.
    In function sendinblue_woocommerce_rewrites in file woocommerce-sendinblue.php on line 146, the rewrite rule is added inside an array, which is not valid.

    Instead of:

    $wp_rules[] = array(
        "sendinblue-callback\$" => 'index.php?pagename=sendinblue-callback'
    );

    write this:
    $wp_rules[ 'sendinblue-callback\$' ] = 'index.php?pagename=sendinblue-callback';

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support alexisbienayme

    (@alexisbienayme)

    Hi?@pilotin

    Thanks for your message.

    Could you please tell us how we replicate the issue ? Would you mind sharing a recording of the bug so I can escalate it to our technical team.

    Looking forward to hearing from you.

    Best Regards,

    Alexis

    To replicate the problem, just install any plugin that uses the rewrite_rules_array filter together with Sendinblue for Wocommerce.

    For example this simple plugin, Disable Embeds

    Hurry up! It’s been over 5 months and you still haven’t released a patch!

    Plugin Support enzonewman

    (@enzosendinblue)

    Hello @fburatti, as mentioned in the previous ticket, we’re looking into this topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error with rewrite rules’ is closed to new replies.