For the complete documentation index, see llms.txt. This page is also available as Markdown.

weglot_get_translation_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;
}