📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 03:13:38
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
flexible-shipping
/
templates
/
email
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/flexible-shipping/templates/email
🔄 Refresh
✏️
Editing: after_order_table_checkout_field.php
Writable
<?php /** * Checkout field: ie. access point. * * This template can be overridden by copying it to yourtheme/flexible-shipping/email/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>
💾 Save Changes
❌ Cancel