woocommerce-subscriptions/src/Internal
WooCommerce 56e03c0544 Updates to 8.3.0 2026-01-08 10:21:29 +00:00
..
Telemetry Updates to 8.2.0 2025-12-11 10:21:12 +00:00
Utilities Updates to 8.3.0 2026-01-08 10:21:29 +00:00
README.md Updates to 8.0.0 2025-10-15 10:18:29 +00:00

README.md

The internal namespace

  • All the code in this directory (and hence in the Automattic\WooCommerce_Subscriptions\Internal namespace) is internal WooCommerce Subscriptions infrastructure code.
  • Our internal code can change at any time (there are zero guarantees of backwards compatibility), and so the classes and methods you see here should be avoided by extension developers.
  • This guidance applies to all the code entities in this namespace, even those not having an @internal annotation.