purevtsooj

Wordpress Comment Human Time

Sep 8th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. $utc_date = new DateTime(get_comment_date(get_option('date_format')) . " ". get_comment_time());
  2. $timestamp = $utc_date->getTimestamp();
  3. echo human_time_diff( date('U'), $timestamp ) .' '. __('ago', 'themeton');
Advertisement
Add Comment
Please, Sign In to add comment