You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The qTranslate-X project is abandoned since 2016 so you won't get any update here. I welcome you to switch to qTranslate-XT. Please read our README carefully to proceed with the installation. It's safe and being used by many people.
I am trying to get the term name in Arabic (only have 2 active langs English and Arabic) with no luck using "qtrans_use"
$terms = get_the_terms($postid, 'age'); if ($terms) { foreach ($terms as $term) { $val_en = $term->name; $val_ar = qtrans_use('ar', $term->name,false); } } echo $val_ar;
any luck?
The text was updated successfully, but these errors were encountered: