View file File name : CheckoutBillingAddressBlock.php Content :<?php namespace Automattic\WooCommerce\Blocks\BlockTypes; /** * CheckoutBillingAddressBlock class. */ class CheckoutBillingAddressBlock extends AbstractInnerBlock { /** * Block name. * * @var string */ protected $block_name = 'checkout-billing-address-block'; }