Automattic\WooCommerce\Blocks\Templates

AbstractTemplate::get_template_descriptionpublicWC 1.0

Should return the description of the template.

Метод класса: AbstractTemplate{}

Хуков нет.

Возвращает

Строку.

Использование

$AbstractTemplate = new AbstractTemplate();
$AbstractTemplate->get_template_description();

Код AbstractTemplate::get_template_description() WC 10.3.6

abstract public function get_template_description();