Automattic\WooCommerce\Blocks\Templates
MiniCartTemplate::get_template_description()
Returns the description of the template.
Метод класса: MiniCartTemplate{}
Хуков нет.
Возвращает
Строку
.
Использование
$MiniCartTemplate = new MiniCartTemplate(); $MiniCartTemplate->get_template_description();
Код MiniCartTemplate::get_template_description() MiniCartTemplate::get template description WC 9.6.0
public function get_template_description() { return __( 'Template used to display the Mini-Cart drawer.', 'woocommerce' ); }