Disable update notice in WP admin

Posted in: Newsmag
Post count: 9544

Hi
is there a way (filter) to disable notice of “Newsmag theme update” in WP admin? We have to do mods and FTP stuff for each new iteration so cannot one-click “update” via the panel, so the “HEY! UPDATE” notice kinda distracting.

Super non critical, no rush, question 🙂

Post count: 35449

Hi,
Unfortunately I do not have a filter to disable the notice, but you can try this custom css: https://i.imgur.com/GdyqfMT.pnghttps://i.imgur.com/fctiPbQ.png

body.td-theme-update .toplevel_page_td_theme_welcome .wp-menu-name:after,
body.td-theme-update .td-wp-admin-header a[href*="td_theme_updates"]:after {
content: none;
}

The code should be set to apply on backend, so it can be done using a function or the plugin – https://wordpress.org/plugins/admin-css-mu/

I hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.