%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/plugins/travel-booking/templates/single-tour/ |
Current File : /var/www/html/friendstravel.al/wp-content/plugins/travel-booking/templates/single-tour/code.php |
<?php /** * Tour Code * * @author PhysCode * @package Tp-tour-booking/Templates * @version 1.1.3 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $tb_settings; $code = get_post_meta( get_the_ID(), '_tour_code', true ); ?> <div class="tour_code"> <?php if ( $code != '' ): ?> <strong><?php _e( 'Code:', 'travel-booking' ) ?></strong><?php echo ' ' . $code ?> <?php endif ?> </div>