How to disable "Congratulations, you've successfully updated X!.." in admin area

Hi,

Is it possible to disable notification in admin area after the theme was updated - " Congratulations, you’ve successfully updated X! Be sure to check out the release notes and changelog to see all that has changed, especially if you’re utilizing any additional plugins or have made modifications to your website via a child theme."

Best regards,
Miroslav

Hi Miroslav,

Thanks for reaching out.
You can disable the specific Notification by adding the following code into the functions.php of the child theme.

remove_action( 'admin_notices', 'x_version_migration_notice' );

Hope it helps.
Thanks

Great.

Thank you.

Glad we could help, but there should be an x icon on the right side of that notice to dismiss it. Can you tell us what version of theme and WordPress do you have so we can try to replicate it on our end?

If we can not replicate it, it is possible that one of your plugin is causing it.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.