Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Last active September 22, 2023 19:53
Show Gist options
  • Select an option

  • Save LeoLopesWeb/6e8875d79680104a473f3fd6bca8e847 to your computer and use it in GitHub Desktop.

Select an option

Save LeoLopesWeb/6e8875d79680104a473f3fd6bca8e847 to your computer and use it in GitHub Desktop.
/**/
function time_ago() {
return __( 'há' ).' '. human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment