Find Translation for Linked Term of Custom Taxonomy
-
I’ve got a custom taxonomy “product_group”, with linked translations for all languages.
There’s a function called “mlp_get_linked_elements()”, I tried something like:
// Get the german version of a term, in the current blog $german_term = get_term_by( 'slug', 'Bücher', 'product_group' ); // Trying to find the term in other languages, but this doesn't seem to be working $other_versions = mlp_get_linked_elements( $german_term->ID, 'product_group' );
How can I get an linked term in another language?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Find Translation for Linked Term of Custom Taxonomy’ is closed to new replies.