📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 15:11:14
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Blocks
/
Templates
✏️
Editing: 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; }
💾 Save Changes
❌ Cancel