A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
Bec Scott 27691cf78b
Merge pull request #3 from woocommerce/add/delete-all-admin-notes
Add/delete all admin notes
2021-03-01 16:38:03 +10:00
api finish up delete all notes feature 2021-03-01 13:57:53 +10:00
src finish up delete all notes feature 2021-03-01 13:57:53 +10:00
.eslintrc.js set up empty plugin 2021-02-22 12:16:59 +10:00
.gitignore Add to the tools menu 2021-02-23 15:30:49 +10:00
.prettierrc.json set up empty plugin 2021-02-22 12:16:59 +10:00
README.md set up empty plugin 2021-02-22 12:16:59 +10:00
package-lock.json finish up delete all notes feature 2021-03-01 13:57:53 +10:00
package.json Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
plugin.php finish up delete all notes feature 2021-03-01 13:57:53 +10:00
webpack.config.js set up empty plugin 2021-02-22 12:16:59 +10:00
woocommerce-admin-test-helper.php Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00

README.md

WooCommerce Admin Test Helper

A plugin that makes it easier to test the WooCommerce Admin plugin.

Development

To get started, run the following commands:

npm install
npm start

See wp-scripts for more usage information.