$test = get_posts([
'post_type' => 'nwb_page',
'order' => 'ASC',
'tax_query' => [[
'taxonomy' => 'nwb_cat',
'field' => 'id',
'terms' => 13
]],
]);