57b4215bce
* Rename the argument in the CheckoutFilterFunction type This only exists as an extra descriptive hint to anyone using this type, the value `label` was never used by anything so it does not need to be changed anywhere else. * Create Available Filters document * Add available filters to the extensibility README * Update docs/extensibility/available-filters.md to fix typographical error Co-authored-by: Mike Jolley <mike.jolley@me.com> Co-authored-by: Mike Jolley <mike.jolley@me.com> |
||
---|---|---|
.. | ||
README.md | ||
available-filters.md | ||
checkout-flow-and-events.md | ||
payment-method-integration.md |
README.md
Extensibility in WooCommerce Blocks
These documents are all dealing with extensibility in the various WooCommerce Blocks.
Checkout Block
Document | Description |
---|---|
Payment Method Integration | Information about implementing payment methods. |
Checkout Flow and Events | All about the checkout flow in the checkout block and the various emitted events that can be subscribed to. |
Available Filters | All about the filters that you may use to change values of certain elements of WooCommerce Blocks. |