Disable theme translation updates
-
How is it possible to completely disable updates for theme translations?
Theme updates I already turn off like this. But WordPress always wants to download translation updates for my theme which I do not want because I customised my po files.
add_filter( 'auto_update_theme', '__return_false' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Disable theme translation updates’ is closed to new replies.