Pass extra parameters to usort callback
问题 I have the following functions. WordPress functions, but this is really a PHP question. They sort my $term objects according to the artist_lastname property in each object\'s metadata. I want to pass a string into $meta in the first function. This would let me reuse this code as I could apply it to various metadata properties. But I don\'t understand how I can pass extra parameters to the usort callback. I tried to make a JS style anonymous function but the PHP version on the server is too