• Resolved JCV

    (@psykonevro)


    I’m pretty sure it was previously reported, but I can’t find any message specifically addressing the bug.

    The notice “Best Sitemap plugin with XML, Image, Video, HTML Sitemap support. Know More | Hide Notice” is displayed in every admin page. First, this is very invasive. Second, you can’t hide the notice, clicking “hide notice” has no effect.

    Please fix quickly this bug, previously reported and not fixed with latest release Although being definitely the most obvious bug afecting wordpress : nobody can miss it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Still not fixed…
    Maybe it is no coincidence that the developers don’t want to remove the plug-in ad…

    If you want to hardcode this, find via FTP file udinra_init_func.php in your wp-content/plugins/udinra-all-image-sitemap/lib/
    then edit file and find inside function udinra_sitemap_admin_ignore() function: second from the top and change it to this:

    function udinra_sitemap_admin_ignore() {
    	global $current_user;
    	$user_id = $current_user->ID;
    	if ( isset($_GET['udinra_sitemap_admin_ignore']) == $_GET['udinra_sitemap_admin_ignore'] ) {
    		add_user_meta($user_id, 'udinra_sitemap_admin_notice', 'true', true);
    	}
    }
    Plugin Author Udinra

    (@udinra)

    marking as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: “Hide Notice” doesn’t hide it’ is closed to new replies.