The comment-meta tag has no wiki summary.
1
vote
0answers
75 views
Get comments from post and sort by commentmeta value
I want to get all of the comments for a given post and return them in order by a meta_key's value desc high to low.
Doesnt look like i can do this with get_comments() like i would like to. This will ...