Guest User

Untitled

a guest
Oct 21st, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $u_time = get_the_time('U');
  2. $u_modified_time = get_the_modified_time('U');
  3. if ($u_modified_time >= $u_time + 86400) {
  4. echo "and last modified on ";
  5. the_modified_time('F jS, Y');
  6. echo " at ";
  7. the_modified_time();
  8. echo ", "; }
Advertisement
Add Comment
Please, Sign In to add comment