Restock_Products taxonomy
$tax_query = array( array( 'taxonomy' => 'restocked_products', 'terms' => '$product_id', 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'restocked_products', 'terms' => '$product_id', 'field' => 'slug', 'operator' => 'IN', 'include_children' => false, ), );