zZzzZ.
home2
/
zrzvbdry
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Templates
New Folder
Editing: AbstractTemplatePart.php
Save
Cancel
<?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; }