Files
elessi-theme/woocommerce/checkout/form-checkout.php
T

16 lines
238 B
PHP

<?php
/**
* Checkout Form
*
* @author NasaTheme
* @package Elessi-theme/WooCommerce
* @version 9.4.0
*/
if (!defined('ABSPATH')) :
exit; // Exit if accessed directly
endif;
do_action('nasa_checkout_form_layout', $checkout);