File "after_order_table_checkout_field.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/flexible-shipping/templates/myaccount/after_order_table_checkout_field.php
File size: 486 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Checkout field: ie. access point.
*
* This template can be overridden by copying it to yourtheme/flexible-shipping/my-account/after_order_table_checkout_field.php
*
* @author WP Desk
* @version 1.0.0
* @package Flexible Shipping.
*
* @var string $field_label
* @var string $field_value
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
?>
<h2><?php echo esc_html( $field_label ); ?></h2>
<p>
<?php echo esc_html( $field_value ); ?>
</p>