Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active May 24, 2018 18:04
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 lukecav/8453f331a724de6a5604ce254de4677e to your computer and use it in GitHub Desktop.
Save lukecav/8453f331a724de6a5604ce254de4677e to your computer and use it in GitHub Desktop.
WP-CLI commands to deactive, uninstall and remove the option value set by WooCommerce Custom Orders Table plugin
wp plugin deactivate woocommerce-custom-orders-table
wp plugin uninstall woocommerce-custom-orders-table
wp option delete wc_orders_table_version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment