Tagged Questions
0
votes
1answer
43 views
Organizing and grouping an array by year
looking for some code review.
I had an issue where I had to list events by their year. This was sorted by a meta_key ( "show_date" ).
It works as intended, though I'm interested to see if there is ...