Hide update message

PHOTO EMBED

Sun Nov 13 2022 18:55:43 GMT+0000 (Coordinated Universal Time)

Saved by @brozool

 
add_action('admin_menu','wphidenag'); 
function wphidenag() { 
remove_action( 'admin_notices', 'update_nag', 3 ); 
} 
content_copyCOPY

https://wpmudev.com/blog/shun-the-plugin-100-wordpress-code-snippets-from-across-the-net/