Last active
October 5, 2017 09:42
-
-
Save Shininglow/f027c47bde204109c18a2e3ea4e6b3f6 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 wpb_reverse_comments($comments) { | |
return array_reverse($comments); | |
} | |
add_filter ('comments_array', 'wpb_reverse_comments'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment