/var/www/html_fr/wp-content/themes/elessi-theme/woocommerce/checkout/form-checkout.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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);