WooCommerce Code Reference

ContainerInterface.php

Source code

<?php
/**
 * WooCommerce Block Templates container interface compatibility shim.
 */

namespace Automattic\WooCommerce\Admin\BlockTemplates;

/**
 * Removed block templates container interface.
 *
 * @deprecated 10.9.0 Block template extension APIs were deprecated. The block templates API was removed in 11.0.0 with no replacement.
 */
interface ContainerInterface {}