/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Templates
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates
Edit:
/home/melaqxso/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates/AbstractTemplate.php
<?php namespace Automattic\WooCommerce\Blocks\Templates; /** * AbstractTemplate class. * * Shared logic for templates. * * @internal */ abstract class AbstractTemplate { /** * The slug of the template. * * @var string */ const SLUG = ''; /** * Initialization method. */ abstract public function init(); /** * Should return the title of the template. * * @return string */ abstract public function get_template_title(); /** * Should return the description of the template. * * @return string */ abstract public function get_template_description(); }
Ukuran: 596 B