WordPress Translation Auto -Updates – Can We Disable?
-
Hi @edo888,
As you know, WordPress is constantly updating translations in the back-end.
If we disable these translation auto-updates, will this affect your plugin? If not, how can we best do this?
So far, found filter below. Haven’t tested it yet.
// Disable translation updates add_filter( 'auto_update_translation', '__return_false' );
If possible, prefer a snippet that can be added to our functions.php file.
I assume these auto-updates are for websites published in a language other than English.
As always, your input is appreciated.
Cheers!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress Translation Auto -Updates – Can We Disable?’ is closed to new replies.