mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-28 11:22:21 +08:00
https://wordpress.org/support/article/configuring-automatic-background-updates/#translation-updates-via-filter
1 line
59 B
Text
1 line
59 B
Text
add_filter( 'auto_update_translation', '__return_false' );
|