• Resolved scratchmaster

    (@scratchmaster)


    Hello!

    How do I remove Uncanny Automator from the top admin bar? I don’t use it that often, and I like to keep a super clean/super minimal WP admin interface. I would rather access Uncanny Automator from the sidebar in WordPress (not the top of the page the admin bar).

    Please advise ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Uncanny Automator

    (@uncannyautomator)

    Hi @scratchmaster ,

    Absolutely, you can add this to the bottom of the functions.php file in your child theme to remove the Automator menu at the top:

    add_filter( ‘automator_hide_wp_admin_header_menu’, ‘__return_true’ );

    Let us know if you run into any trouble with it.

    Plugin Contributor Uncanny Automator

    (@uncannyautomator)

    Hi @scratchmaster , we’ll go ahead and close this ticket since it has been 4 weeks since the last update. Let us know though if you’re still seeing any issues.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Uncanny Automator from the Top Bar Admin Section’ is closed to new replies.