<?php if( epcl_get_option( 'enable_global_modified_date', true ) ): ?>
<div class="last-update"><strong><?php esc_html_e('Last Update:', 'groovy'); ?></strong> <?php echo get_the_modified_time( get_option('date_format') ); ?></div>
<?php endif; ?>