How to fix live builder issue with Weglot
Compatibility issue with live theme builder
if(isset($_GET['fb-edit']) || isset($_GET['builder'])){
add_filter( 'weglot_active_translation', '__return_false', 99999 );
}function weglot_deactivate_elementor() {
add_filter( 'weglot_active_translation', '__return_false', 99999 );
}
add_action( 'elementor/init', 'weglot_deactivate_elementor' );Last updated