• Resolved Martin Sauter

    (@martinsauter)


    It looks like one of the most recent updates has added an “Updraft” menu to the admin bar (on top).

    This may be helpful for some users, but irrelevant for others. Could you please make this optional?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Hi Martin,

    To do this, add this to the constants defined in your wp-config.php file:

    define('UPDRAFTPLUS_DISABLE_TOP_LEVEL_MENU_ENTRY', true);

    David

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Sorry, wrong one (that’s for the position in the sidebar menu); this is what I meant:

    define('UPDRAFTPLUS_ADMINBAR_DISABLE', true);
    Thread Starter Martin Sauter

    (@martinsauter)

    Hi David,

    thank you for this information. I can handle this easily, but for non-technical users a checkbox in the settings would be helpful, if I may suggest.

    Best,
    Martin

    Hello
    I second Martin’s suggestion
    what should I put in function.php to remove from the admin bar
    $wp_admin_bar->remove_node(‘updraft_admin_node’);
    this doesn’t seem to work

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Feature request: Make Updraft menu in admin bar optional’ is closed to new replies.