woocommerce/docs/product-editor-development
Leif Singer 8ee74ede0e
Update Woo.com references to WooCommerce.com (#46259)
* replace capitalized Woo.com with WooCommerce.com

* replace http URLs

* replace https URLs

* replace developer.woo.com

* add missing version in `@since` tag

* unslash the HTTP_REFERER

* WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

* add changelog file

* add more changelog files

* address linter errors

* address more linter errors

* fix test

* more linter errors
2024-04-09 09:50:15 +01:00
..
README.md Update category desc (#42978) 2024-01-08 15:51:24 -05:00
block-template-lifecycle.md Remove BlockTemplateRegistry (#43589) 2024-01-17 07:12:12 -05:00
product-editor-extensibility-guidelines.md Update Woo.com references to WooCommerce.com (#46259) 2024-04-09 09:50:15 +01:00
product-editor.md Adjusting relative links in docs folder to avoid 404s on docs site (#44044) 2024-01-24 17:00:12 -05:00

README.md

category_title category_slug post_title
Product Editor product-editor Product Editor

Discover how to customize the WooCommerce product editor, from extending product data to adding unique functionalities.

This handbook is a guide for extension developers looking to add support for the new product editor in their extensions. The product editor uses Gutenberg's Block Editor, which is going to help WooCommerce evolve alongside the WordPress ecosystem.