# shopbuilder/2.1.2/templates/elementor/checkout/billing-form.php

ShopBuilder – WooCommerce Builder For Elementor, version 2.1.2. 24 lines.

- Page: https://pluginprobe.com/plugins/shopbuilder/2.1.2/code/templates/elementor/checkout/billing-form.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/2.1.2/raw/templates/elementor/checkout/billing-form.php
- Modified: 2024-01-26T10:20:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shopbuilder/2.1.2/code/templates/elementor/checkout/billing-form.php#L10-L20`.

```php
<?php
/**
 * Template variables:
 *
 * @var $controllers  array Widgets/Addons Settings
 */

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This script cannot be accessed directly.' );
}
?>
<div class="rtsb-form-billing">
	<?php
		wc_get_template(
			'checkout/form-billing.php',
			[
				'checkout' => WC()->checkout(),
			]
		);
		?>
</div>


```
