Disabling Translation Auto Update
-
I put this filter in functions.php file, but it is not working:
add_filter( 'auto_update_translation', '__return_false' );Auto Updates are also disabled via wp-config.php:
define( 'AUTOMATIC_UPDATER_DISABLED', true );
define( 'WP_AUTO_UPDATE_CORE', false );Any way to make it working?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Disabling Translation Auto Update’ is closed to new replies.