{"id":7504,"date":"2021-09-09T09:51:32","date_gmt":"2021-09-09T16:51:32","guid":{"rendered":"https:\/\/codedcommerce.com\/?post_type=product&#038;p=7504"},"modified":"2023-10-08T20:09:55","modified_gmt":"2023-10-09T03:09:55","slug":"sort-comments-by-name","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/sort-comments-by-name\/","title":{"rendered":"Sort comments by name"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_filter( 'comments_array', function( $comments ) {\n\n\t$sorting = &#91;];\n\tforeach( $comments as $item ) {\n\t\t$sorting&#91;] = $item->comment_author;\n\t}\n\n\tarray_multisort( $sorting, SORT_DESC, $comments );\n\n\treturn $comments;\n\n} );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-7504","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/7504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=7504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}