<?php
namespace Automattic\WooCommerce\Blocks\Templates;
class CheckoutHeaderTemplate extends AbstractTemplatePart {
const SLUG = 'checkout-header';
public $template_area = 'header';
public function init() {}
public function get_template_title() {
return _x( 'Checkout Header', 'Template name', 'woocommerce' );
}
public function get_template_description() {
return __( 'Template used to display the simplified Checkout header.', 'woocommerce' );