Site icon Hip-Hop Website Design and Development

Last post sorting get_categories

I’m sorry, I speak a little English.

I try:

$categories = get_categories( array(

    'orderby'=> 'post_date', // last post date in category
    'order'=> 'DESC'

) );

Why not works?