10 Useful Wordpress User Interface / Dashboard Hacks!: "Remember whatever code is shown below, you must add it to the functions.php which is present in your theme.
1. Removing WordPress update notifications
It is very unprofessional to show your users, “New wordpress versions are available. Please update it”. As a site owner, you may want to hide this notice to users.
?
CODE
1
2
3
4
5
//disable wordpress version update
function hide_update_notice() {
remove_action( 'admin_notices', 'update_nag', 3 );
}
add_action( 'admin_notices', 'hide_update_notice', 1 );"
'via Blog this'
MakeUseOf Answers
- How I Pre-Save New Albums on Spotify to Listen Right Away - 9/19/2024
- Don't Buy a Nintendo Switch Right Now: Here's Why Waiting Is a Better Idea - 9/19/2024
- Bluetti B300K Expansion Battery Review: The Cheapest, No-Frills Way to Expand Your Energy Storage - 9/19/2024
- I Love Short and Sweet Video Games: Heres Why - 9/19/2024
- YouTube Has Found Yet Another Way to Show You Ads - 9/19/2024
Kenny Goodmans Blog
What going on around the world?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment