whoami7 - Manager
:
/
home
/
creaupfw
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Templates
/
Upload File:
files >> /home/creaupfw/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(); }
Copyright ©2021 || Defacer Indonesia