Advertisement
wzul

WordPressGetDateTime.php

Mar 5th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. /* This will get the current time based on wordpress timezone setting */
  4. $timestamp = current_time( DateTime::RFC3339_EXTENDED);
  5.  
  6. echo $timestamp;
  7. exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement