woocommerce/src/Internal
Nestor Soriano 3a895c9eed
Move ThemeSupport class to Internal namespace, and use in 2021 theme.
2021-04-21 12:57:56 +02:00
..
DependencyManagement Move ThemeSupport class to Internal namespace, and use in 2021 theme. 2021-04-21 12:57:56 +02:00
WCCom Removed package tag from src 2020-08-05 14:23:50 -03:00
AssignDefaultCategory.php Update to use closure per review comment 2021-04-20 06:17:50 -07:00
DownloadPermissionsAdjuster.php Fixed method adjust_download_permissions 2021-01-27 13:25:06 -03:00
README.md Update default GIT branch 2021-02-25 20:51:14 -03:00
RestApiUtil.php Change the calculate_refund_amount_from_line_items method 2021-02-16 15:44:51 +01:00
ThemeSupport.php Move ThemeSupport class to Internal namespace, and use in 2021 theme. 2021-04-21 12:57:56 +02:00

README.md

The internal namespace

All the code in this directory (and hence in the Automattic\WooCommerce\Internal namespace) is internal WooCommerce infrastructure code and not intended to be used by plugins. The important thing that this implies is that backwards compatibility of the public surface for classes in this namespace is not guaranteed in future releases of WooCommerce.

Therefore plugin developers should never use classes in this namespace directly in their code. See the README file for the src folder for more detailed guidance.