weglot_get_translation_engine
add_filter( 'weglot_get_translation_engine', 'custom_weglot_get_translation_engine' );
function custom_weglot_get_translation_engine( $engine ) {
return $engine;
}Returns the translation engine version used by the project.
add_filter( 'weglot_get_translation_engine', 'custom_weglot_get_translation_engine' );
function custom_weglot_get_translation_engine( $engine ) {
return $engine;
}