• File: BlockContainerInterface.php
  • Full Path: /var/www/trendyshoppers.co.uk/public_html/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php
  • Date Modified: 03/03/2026 5:22 AM
  • File size: 186 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Automattic\WooCommerce\Admin\BlockTemplates;

/**
 * Interface for block containers.
 */
interface BlockContainerInterface extends BlockInterface, ContainerInterface {}