Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/ova-events/templates/single/time_loc_date.php
Назад
<?php if ( !defined( 'ABSPATH' ) ) exit(); $post_ID = get_the_ID(); $ovaev_start_date = get_post_meta( $post_ID, 'ovaev_start_date_time', true ); $ovaev_end_date = get_post_meta( $post_ID, 'ovaev_end_date_time', true ); $date_start = $ovaev_start_date != '' ? date_i18n(get_option('date_format'), $ovaev_start_date) : ''; $date_end = $ovaev_end_date != '' ? date_i18n(get_option('date_format'), $ovaev_end_date) : ''; ?> <?php if( ! empty( $date_start ) && ! empty( $date_end ) ) { ?> <div class="wrap-date wrap-pro"> <?php if( $date_start == $date_end && $date_start != '' && $date_end != '' ){ ?> <i class="icomoon icomoon-clock"></i> <span class="second_font general-content"><?php echo esc_html($date_start);?></span> <?php } elseif( $date_start != $date_end && $date_start != '' && $date_end != '' ){ ?> <i class="icomoon icomoon-clock"></i> <span class="second_font general-content"><?php echo esc_html($date_start);?></span> <span class="second_font general-content"> - <?php echo esc_html($date_end);?></span> <?php } ?> </div> <?php } ?>
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка