Skip to content

Instantly share code, notes, and snippets.

@hmbashar
Created February 24, 2020 15:35
Show Gist options
  • Select an option

  • Save hmbashar/f8ec91c7fc26f09efad86411b4da9584 to your computer and use it in GitHub Desktop.

Select an option

Save hmbashar/f8ec91c7fc26f09efad86411b4da9584 to your computer and use it in GitHub Desktop.
<?php
//comment time ago convert
function varsity_get_comment_time( $comment_id = 0 ){
return sprintf(
_x( '%s ago', 'Human-readable time', 'varsity' ),
human_time_diff(
get_comment_date( 'U', $comment_id ),
current_time( 'timestamp' )
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment