• simplebutcreative

    (@simplebutcreative)


    Hello,

    I’ve had no luck trying to figure this out.

    I’m referring to the “Disable Woocomerce Admin” feature.

    I wish the developer separated the functions not disabling the wc admin, notification bar, and analytics tab at the same time.

    Is there ANY way to disable just the wc admin page and notifications bar???

    I can hide the notification bar with CSS but would rather disable with php.

    I can hide/disable the wc admin page with remove_submenu_page( ‘woocomerce’, ‘wc-admin’ );

    But if I do it that way it also disables the analytics tab. It doesn’t just hide it, I can’t even access the analytics tab with administrator role by using that php snippet.

    The analytics tab is bloated but still necessary to my client. I feel the same way about launching my own shop. I would still want that analytics tab accessible.

    Any suggestion on this???

    I want the analytics tab. I don’t care about the wc admin and notification bar.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Simon Kane

    (@simonkane)

    There is a new filter that replaces the “kill it all” filter.
    I have not looked to see if the dev has implemented that yet.

    Woo hasn’t quite figured out what they’re doing with WC Admin.
    I know there’s changes coming to WC_Admin by the end of the
    year (just in time to interfere with peak shopping, right?).

    KoolPal

    (@koolpal)

    @simonkane

    There is a new filter that replaces the “kill it all” filter.

    What is this new filter? Please share. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help with the “Disable Woocommerce Admin” feature’ is closed to new replies.