You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+37-4Lines changed: 37 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,29 @@ WooCommerce Payments (WCPay) is a WordPress plugin that provides payment process
15
15
- See `woocommerce-payments.php` header for current version and WordPress/WooCommerce/PHP requirements
16
16
- See `package.json` for Node.js version requirements (engines field)
17
17
18
+
## WooCommerce Core Reference
19
+
20
+
WooPayments is a separate plugin that integrates with WooCommerce core, leveraging its hooks, filters, and APIs. Having the WooCommerce codebase available locally provides useful context when working on WooPayments.
21
+
22
+
**Location:**`../woocommerce` (or set `WOOCOMMERCE_DIR` env var to override)
0 commit comments