add_filter( 'comments_array' , 'web99_sort_comments_woocommerce' , 10, 2 );
function web99_sort_comments_woocommerce( $comments , $post_id ){
return array_reverse($comments);
}
add_filter( 'comments_array' , 'web99_sort_comments_woocommerce' , 10, 2 );
function web99_sort_comments_woocommerce( $comments , $post_id ){
return array_reverse($comments);
}