Site icon Hip-Hop Website Design and Development

Sorting desk operate default

Attempting to get this desk to kind by default by "publish_date" The place can I add it?

    $transaction_params = array(
                              'posts_per_page' => $page_size,
                              'post_type' => 'realadv_transaction',
                              'post_status' => 'publish',
                              'exclude' => $used_transactions,
                              'suppress_filters' => false,
                              'tax_query' => array(
                                array(
                                  'taxonomy' => 'realadv_transaction_type',
                                  'discipline' => 'term_id',
                                  'phrases' => $group['transaction_groups_types']->term_id,