$posts = get_posts( array(
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),
'exclude' => array(),
'meta_key' => '',
'meta_value' =>'',
'post_type' => 'product',
'suppress_filters' => true, // подавление работы фильтров изменения SQL запроса
) );
foreach($posts as $tags) {
wp_set_object_terms($tags, 'до 2019', 'product_tag');