Open rayrutjes opened 6 years ago
Currently, when indexing terms and using WPML, only the terms of the current active language are indexed. This is because we do not use suppress_filter in get_terms.
suppress_filter
get_terms
This feature has recently (in 4.8 of WP) been introduced: https://developer.wordpress.org/reference/functions/get_terms/
We should probably leverage that feature in order to simplify updating of terms in multilingual setups.
Currently, when indexing terms and using WPML, only the terms of the current active language are indexed. This is because we do not use
suppress_filter
inget_terms
.This feature has recently (in 4.8 of WP) been introduced: https://developer.wordpress.org/reference/functions/get_terms/
We should probably leverage that feature in order to simplify updating of terms in multilingual setups.