tarsonis123

Results 2 comments of tarsonis123

Any outcome of this? Stuck here since more than a day and nearly tried every combination of settings but still getting this error. There is no 'bin/su' on this lineage...

This code helped to solve the issue. Found on github and credits to the creator: /** Fix PAYPAL IPN URL translated by polylang */ function custom_rewrite_basic_wc() { add_rewrite_rule('^wc-api/(.+)/?', 'index.php?wc-api=$matches[1]', 'top');...