This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Disable Translation Updates | |
Description: Disables automatic plugins translations by WordPress.org. | |
Author: wpdesk | |
License: GPLv2 or later | |
*/ | |
add_filter( 'auto_update_translation', 'wpdesk_disable_translation_updates', 10, 2 ); | |
/** |