{"id":3741,"date":"2012-09-06T13:57:00","date_gmt":"2012-09-06T13:57:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3741"},"modified":"2022-10-16T13:21:09","modified_gmt":"2022-10-16T13:21:09","slug":"hide-the-wordpress-admin-upgrade-message","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/hide-the-wordpress-admin-upgrade-message\/","title":{"rendered":"Hide the WordPress Admin Upgrade Message"},"content":{"rendered":"\n<p>Add the following code to you theme\u2019s function.php file, or a functionality plugin to remove the admin update nags.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\nadd_action('admin_menu','wphidenag');\nfunction wphidenag() {\nremove_action( 'admin_notices', 'update_nag', 3 );\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to you theme\u2019s function.php file, or a functionality plugin to remove the admin update nags.<\/p>\n","protected":false},"author":1,"featured_media":3806,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":0,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[185,84],"class_list":{"0":"post-3741","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-admin-nag","9":"tag-wp-core","10":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/matrix-source-code-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/matrix-source-code-600x600.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3741"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3741\/revisions"}],"predecessor-version":[{"id":10673,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3741\/revisions\/10673"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/3806"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}