BusinessDescription.php
1 year ago
Images.php
1 year ago
Middleware.php
1 year ago
Patterns.php
1 year ago
Product.php
1 year ago
StoreInfo.php
1 year ago
StoreTitle.php
1 year ago
StoreTitle.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | declare( strict_types = 1 ); |
| 4 | |
| 5 | namespace Automattic\WooCommerce\Admin\API\AI; |
| 6 | |
| 7 | defined( 'ABSPATH' ) || exit; |
| 8 | |
| 9 | /** |
| 10 | * Store Title controller |
| 11 | * |
| 12 | * @internal |
| 13 | * @deprecated This class can't be removed due https://github.com/woocommerce/woocommerce/issues/52311. |
| 14 | */ |
| 15 | class StoreTitle {} |
| 16 |