How do you bring back an admin notice if was dismissed?
-
Hello,
I am trying to figure out how to bring back an admin center notice that was apparently dismissed at some point. It is related to the theme I use because after updating it should show a notice that allows me to update included plugins as well, like Revolution Slider for example. Is there a way to manage those notices in WordPress or is it just gone?
-
In WordPress, once an admin notice is dismissed, it’s usually cleared from your current session, but theme-required plugin updates are actually stored in a dedicated menu that stays active even if the notification is gone. You can usually find this by going to Appearance > Install Plugins in your sidebar; this is where themes like yours keep the ‘Update’ or ‘Install’ prompts for bundled plugins. If that menu item isn’t visible, it means the theme thinks you’re already up to date, but you can often ‘force’ the check by going to Dashboard > Updates and clicking the ‘Check Again’ button, which refreshes the connection to the theme’s update server and should trigger the notice to reappear at the top of your screen.
-
Wow thank you so much for this information. Appearance > Install Plugins worked perfectly and now I’m up to date. I appreciate the help.