• 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 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Anderson

    (@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

    (@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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.