Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Templates
:
AbstractTemplatePart.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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; }