Created
June 15, 2018 07:22
-
-
Save torounit/4f5e055d0da78ff4bf1bcd3c87d73961 to your computer and use it in GitHub Desktop.
WordPress のローカライズ版パッケージのアップデートを出さないようにする。
This file contains 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 | |
add_filter( 'core_version_check_locale', function () { | |
return 'en_US'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment