ContentProcessor.php
1 year ago
PatternsDictionary.php
1 year ago
PatternsHelper.php
1 year ago
UpdatePatterns.php
1 year ago
UpdateProducts.php
2 weeks ago
UpdateProducts.php
13 lines
| 1 | <?php |
| 2 | |
| 3 | namespace Automattic\WooCommerce\Blocks\AIContent; |
| 4 | |
| 5 | /** |
| 6 | * This class was used to create dummy products for the Customize Your Store flow. |
| 7 | * |
| 8 | * @internal |
| 9 | * @deprecated This class can't be removed due https://github.com/woocommerce/woocommerce/issues/52311. |
| 10 | */ |
| 11 | class UpdateProducts { |
| 12 | } |
| 13 |