Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Last active May 17, 2021 05:07
Show Gist options
  • Select an option

  • Save wbcomdev/6cf166856be8d2b45ec252f747d0baf3 to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/6cf166856be8d2b45ec252f747d0baf3 to your computer and use it in GitHub Desktop.
/**
* 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