Tell us what you are trying to do?
I am sorry to open a new ticket. We migrated from ACF to CMB2 because of its advantages.
We have a custom color for each category, wihch is the same for every language (the color), but because each translated category has a different id, the color only shows on the default lang. (english), forcing us to repeat the color value for each translation. We would like to avoid that. Just set the CMB2 color once on english. Is this possible?
Is there any documentation that you are following?
Nope
Is there a similar example that we can see?
Nope
What is the link to your site?
It is a local development site.
I resolved it by getting always the default language category id, like this:
$cat_english_id = apply_filters( 'wpml_object_id', $cat_term_id, 'category', FALSE, 'en');