Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Last active January 2, 2016 16:39
Show Gist options
  • Save wokamoto/8331536 to your computer and use it in GitHub Desktop.
Save wokamoto/8331536 to your computer and use it in GitHub Desktop.
[WordPress] インポートツールを全く表示させない
<?php
add_filter('site_transient_popular_importers_' . get_locale(), function($popular_importers){
return array(
'importers' => array(),
'translated' => true,
);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment