WooCommerce Code Reference

SectionInterface.php

Source code

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

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

/**
 * Removed product editor section 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 SectionInterface {}