Skip to content

Instantly share code, notes, and snippets.

@torounit
Created June 15, 2018 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torounit/4f5e055d0da78ff4bf1bcd3c87d73961 to your computer and use it in GitHub Desktop.
Save torounit/4f5e055d0da78ff4bf1bcd3c87d73961 to your computer and use it in GitHub Desktop.
WordPress のローカライズ版パッケージのアップデートを出さないようにする。
<?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