Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
管理画面でこのアイテムを非表示にしようとしています:
これを使用して、更新されたメッセージを既に削除しました:
add_action('admin_menu','wphidenag'); function wphidenag() { remove_action( 'admin_notices', 'update_nag', 3 ); }
しかし、私はこの項目の解決策を見つけていません.cssではなく、適切な方法でそれを行うためのアイデアはありますか?
いくつかのグーグルを行いました。この方法を試すことができます:
http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/?replytocom=81