SectionInterface.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * WooCommerce Product Editor section interface compatibility shim. |
| 4 | */ |
| 5 | |
| 6 | namespace Automattic\WooCommerce\Admin\Features\ProductBlockEditor\ProductTemplates; |
| 7 | |
| 8 | /** |
| 9 | * Removed product editor section container interface. |
| 10 | * |
| 11 | * @deprecated 10.9.0 Product editor extension APIs were deprecated. The product block editor was removed in 11.0.0 with no replacement. |
| 12 | */ |
| 13 | interface SectionInterface {} |
| 14 |