WooCommerce Code Reference

SubsectionInterface.php

Source code

<?php
/**
 * WooCommerce Product Editor subsection interface compatibility shim.
 */

namespace Automattic\WooCommerce\Admin\Features\ProductBlockEditor\ProductTemplates;

/**
 * Removed product editor subsection container interface.
 *
 * @deprecated 10.9.0 Product editor extension APIs were deprecated. The product block editor was removed in 11.0.0 with no replacement.
 */
interface SubsectionInterface {}