Hi,
Love the plugin. Best crypto gateway out there, IMO.
However, have the same problem. Am using TranslatePress: MCC doesn’t work in second language.
Tried changing ‘home_url’ permanently to domain without lang part but now TranslatePress doesn’t work anymore.
In case it’s of any help this is the code for functions.php:
add_filter( 'home_url', 'custom_home_url' );
function custom_home_url( $url )
{
$url = "https://example.com";
return $url;
}
Would be great if you could find a workaround for this!
Thanks so much for your help!