Admin bar not showing
-
Hi, Woocommerce is hiding my admin bar for everyone but me (site owner). I want it to show up for all users. I have custom roles, so I just don’t even want to start dealing with role based permissions or any of that.
I’ve tried using in my php inserter:
add_filter( ‘woocommerce_prevent_admin_access’, ‘__return_false’ );
add_filter( ‘woocommerce_disable_admin_bar’, ‘__return_false’ );But it doesn’t work. I’ve tried a few other things that were posted a while back, but they also don’t work. I’m going crazy! If anyone’s figured this out, please let me know.
I have disabled all other plug ins, and enabled each one at a time. I’m sure it’s Woocommerce.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Admin bar not showing’ is closed to new replies.