-
-
Save LeoLopesWeb/6e8875d79680104a473f3fd6bca8e847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /**/ | |
| 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