woocommerce/plugins/woocommerce-admin/docs/examples/extensions
Paul Sealock bebdb63fe6 Merge pull request woocommerce/woocommerce-admin#2301 from woocommerce/fix/controller-docs
Extensions: fix registering a page
2019-05-28 06:49:55 +12:00
..
add-report Extensions: fix registering a page 2019-05-24 11:42:01 +12:00
dashboard-section Dashboard Extension Example: Make namespace unique 2019-05-24 11:58:00 +12:00
README.md Example Extensions: create build environment 2019-04-17 14:01:56 +12:00
examples.config.js Extensions: Add Dashboard Section 2019-05-23 08:27:59 +12:00

README.md

WooCommerce Admin Extension Examples

Examples for extending WooCommerce Admin

Directions

Install dependencies, if you haven't already.

npm install

Build the example extension by running the npm script and passing the example name.

npm run example -- --ext=<example>

Go to your Wordpress installation's plugins page and activate the plugin. WooCommerce Analytics reports will now reflect the changes made by the example extension.

You can make changes to Javascript and PHP files in the example and see changes reflected upon refresh.

Example Extensions

add-report - Create a "Hello World" report page.