📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 01:21:46
📂
/ (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.php
Writable
<?php /** * Shipment tracking links * * This template can be overridden by copying it to yourtheme/flexible-shipping/email/after_order_table.php * * @author WP Desk * @version 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <h2><?php _e( 'Shipment', 'flexible-shipping' ); ?></h2> <?php foreach ( $shipments as $shipment ) : ?> <p> <?php esc_html_e( 'Track shipment: ', 'flexible-shipping' ); ?><a target="_blank" href="<?php echo esc_attr( $shipment['tracking_url'] ); ?>"><?php echo esc_html( $shipment['tracking_number'] ); ?></a> </p> <?php endforeach; ?>
💾 Save Changes
❌ Cancel