Home:ALL Converter>Wordpress languages update

Wordpress languages update

Ask Time:2017-03-21T02:00:34         Author:chattago2002

Json Formatter

I need to disable automatic language update in Wordpress. After a search on Google I've added these 2 lines in my wp-config.php:

define( 'AUTOMATIC_UPDATER_DISABLED', true );
define( 'WP_AUTO_UPDATE_CORE', false );

but WordPress continues to update .po and .mo files.

How can I disable automatic update? Why these lines of code don't work?

Author:chattago2002,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42910790/wordpress-languages-update
yy