Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KoolPal/9152615213b4d4bac56ec35478e0944f to your computer and use it in GitHub Desktop.
Save KoolPal/9152615213b4d4bac56ec35478e0944f to your computer and use it in GitHub Desktop.
A plugin to disable the new WooCommerce Admin package in WooCommerce
<?php
/**
* Plugin Name: Disable WooCommerce Admin
* Description: This plugin disables the new WooCommerce Admin package in WooCommerce.
* Version: 1.0
*/
add_filter( 'woocommerce_admin_disabled', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment