Skip to content

Instantly share code, notes, and snippets.

@ihorvorotnov
Created February 20, 2014 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihorvorotnov/9114189 to your computer and use it in GitHub Desktop.
Save ihorvorotnov/9114189 to your computer and use it in GitHub Desktop.
Display time in how long ago format (WordPress)
human_time_diff( $from, $to );
echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment