PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/footcrew.com/wp-content/plugins/WP-AMP/templates/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/footcrew.com/wp-content/plugins/WP-AMP/templates/meta-time.php |
<?php /** * The Template for displaying Post meta time * * This template can be overridden by copying it to yourtheme/wp-amp/meta-time.php. * * @var $this AMPHTML_Template * @version 9.3.0 */ $date_format = $this->options->get( 'post_meta_date_format' ); if ( 'none' !== $date_format ): ?> <li class="amphtml-meta-posted-on"> <time datetime="<?php echo esc_attr( date( 'c', $this->publish_timestamp ) ); ?>"> <?php if ( 'relative' == $date_format ) { echo esc_html( sprintf( _x( '%s ago', '%s = human-readable time difference', 'amp' ), human_time_diff( $this->publish_timestamp ) ) ); } else if ( 'default' == $date_format ) { ?> <span class="entry-date"> <?php echo esc_html( get_the_date() ); ?> </span> <?php } else if ( 'custom' == $date_format ) { ?> <span class="entry-date"> <?php echo date_i18n( $this->options->get( 'post_meta_date_format_custom' ), $this->publish_timestamp ); ?> </span> <?php } ?> </time> </li> <?php endif; ?>