/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wp-sweep
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wp-sweep/wp-sweep.php (1763B)
model->get_languages_list() as $language ) {
$excluded_term_ids = array_merge(
$excluded_term_ids,
array_values( $language->get_tax_props( 'term_id' ) )
);
}
return array_unique( $excluded_term_ids );
}
}