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

weglot_active_translation_before_process

This filter allow you to interrupt translation process before Weglot check redirection needed.

add_filter( 'weglot_active_translation_before_process', '__return_false' );

Last updated