Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../src/Blocks/Template...
File: AbstractTemplatePart.php
<?php
[0] Fix | Delete
namespace Automattic\WooCommerce\Blocks\Templates;
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* AbstractTemplatePart class.
[4] Fix | Delete
*
[5] Fix | Delete
* Shared logic for templates parts.
[6] Fix | Delete
*
[7] Fix | Delete
* @internal
[8] Fix | Delete
*/
[9] Fix | Delete
abstract class AbstractTemplatePart extends AbstractTemplate {
[10] Fix | Delete
/**
[11] Fix | Delete
* The template part area where the template part belongs.
[12] Fix | Delete
*
[13] Fix | Delete
* @var string
[14] Fix | Delete
*/
[15] Fix | Delete
public $template_area;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function