????

Your IP : 18.219.184.246


Current Path : /proc/self/cwd/wp-content/plugins/woocommerce/src/Blocks/Templates/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/woocommerce/src/Blocks/Templates/AbstractTemplatePart.php

<?php
namespace Automattic\WooCommerce\Blocks\Templates;

/**
 * AbstractTemplatePart class.
 *
 * Shared logic for templates parts.
 *
 * @internal
 */
abstract class AbstractTemplatePart extends AbstractTemplate {
	/**
	 * The template part area where the template part belongs.
	 *
	 * @var string
	 */
	public $template_area;
}