Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Yoast SEO Eliminate Notifications™
Roibox SEO Eliminate Notifications is not affiliated with Yoast SEO Eliminate Notifications. The name and any related trademarks are used solely for nominative descriptive purposes.
This tool provides a code snippet for site administrators who want to maintain a cleaner interface by removing specific notifications generated by a popular SEO plugin. It is designed for those comfortable with adding custom filters to their site's functions.
Tour Popup Removal: The snippet filters the wpseo_ignore_tour user meta value, preventing the 'Start Tour' popup from appearing on the admin menu.
Update Alert Suppression: It also filters the wpseo_seen_about_version meta value, tricking the plugin into thinking the latest update notes have already been viewed, which stops the 'Find Out What's New' alert.
Manual Implementation: The provided PHP code can be added directly to a theme's functions.php file or a custom plugin for those who prefer direct control.
Plugin Option: For easier management, the original author has also packaged this functionality into a standalone plugin available on GitHub, offering a simple install-and-activate solution.