Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @ikbir,

    I hope you’re doing great today!

    This might be happening due to a plugin or theme conflict. In such cases running a conflict test on the staging site as explained here may help.

    Alternatively, you can try removing a menu item, using the PHP snippet:

    <?php
    
    add_action( 'admin_init', function () {
        remove_menu_page( 'blc_dash' );
    });

    – save it in any text editor as a PHP file, for example: blc-remove-menu-page.php, and upload the saved file to /wp-content/mu-plugins/ directory on the server. You may need to create “mu-plugins” folder, if it doesn’t exist inside /wp-content/.

    Hope this helps. Please let us know if you need further assistance.

    Best Regards,
    Dmytro

    Plugin Support Laura – WPMU DEV Support

    (@wpmudevsupport3)

    Hi @ikbir,

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. Note that you can still reply on this topic.

    If you have any additional questions or require further help, please let us know!

    Best regards,
    Laura

    Thread Starter Iqbal Kabir

    (@ikbir)

    I removed and then reinstalled “Broken Link Checker” plugin. It causes loss all broken link data (local), but menu problem is solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate Admin Menu’ is closed to new replies.