Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-includes/ID3/single.tar
Назад
time_loc_location.php 0000777 00000000566 15252167165 0010770 0 ustar 00 <?php if ( !defined( 'ABSPATH' ) ) exit(); $post_ID = get_the_ID(); $event_venue = get_post_meta( $post_ID, 'ovaev_venue', true); ?> <?php if( ! empty( $event_venue ) ) { ?> <div class="wrap-location wrap-pro"> <i class="icomoon icomoon-location"></i> <span class="second_font general-content"><?php echo esc_html( $event_venue ) ?></span> </div> <?php } ?>