remove the bug “Best Sitemap plugin with XML, Image…” until plugin update
-
Since it doesn’t seem that Udinra wants to remove the convenient bug displaying the notice “Best Sitemap plugin with XML, Image, Video, HTML Sitemap support” that no one can remove, here is the simple walkthrough to get rid of the nagging notice.
Open the file
wp-content/plugins/undira-all-sitemap-images/lib/udinra_init_func.phptake out at the begining of the file that part
function udinra_sitemap_admin_notice() { global $current_user ; $user_id = $current_user->ID; if ( ! get_user_meta($user_id, 'udinra_sitemap_admin_notice') ) { echo '<div class="notice notice-info"><p>'; printf(__('<b>Best Sitemap plugin with XML, Image, Video, HTML Sitemap support.</b> <a href="https://udinra.com/downloads/sitemap-pro">Know More</a> | <a href="%1$s">Hide Notice</a>'), '?udinra_image_admin_ignore=0'); echo "</p></div>"; } }
And you’re done. You can claim back your admin space!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘remove the bug “Best Sitemap plugin with XML, Image…” until plugin update’ is closed to new replies.