Last active
May 17, 2021 05:07
-
-
Save wbcomdev/6cf166856be8d2b45ec252f747d0baf3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Allow customers to access wp-admin. | |
| */ | |
| add_filter( 'woocommerce_prevent_admin_access', '__return_false' ); | |
| add_filter( 'woocommerce_disable_admin_bar', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment