Advertisement
GochiSiyan

another format

May 12th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <li class="amp-wp-posted-on">
  2. <time datetime="<?php echo esc_attr( date( 'c', $this->get( 'post_publish_timestamp' ) ) ); ?>">
  3. <?php
  4. echo esc_html(
  5. sprintf(
  6. 'Published at %s',
  7. date("Y-m-d H:i:s", $this->get( 'post_publish_timestamp' ))
  8. )
  9. );
  10. ?>
  11. </time>
  12. </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement