hiding admin bar function
-
after we updated the shop from 1.6 to 2.2.8 admin bar disappeared for non-admins on our site. After checking php files of the plugin, I figured it out how to fix it – I changed the value of woocommerce_lock_down_admin to no in wp_options table in our database.
The worst thing is that woocommerce_lock_down_admin option is set randomly. at least in our case. on our beta site when we updated, it was set to no, so we thought everything is fine.
Now I want to know where in back office this option can be set? I can’t see it in /wp-admin/admin.php?page=wc-settings. After this case I want to compare other woocommerce options on our beta and production site to catch potential differences.
thanks in advance for your answer
- The topic ‘hiding admin bar function’ is closed to new replies.