add_action('init', function () { if (!function_exists('wpml_get_element_language_details')) { error_log('❌ WPML function not available.'); return; } $terms = get_terms([ 'taxonomy' => 'product_cat', 'hide_empty' => false, ]); if (is_wp_error($terms)) { error_log('❌ Failed to retrieve product categories: ' . $terms->get_error_message()); return; } foreach ($terms as $term) { $lang_info = wpml_get_element_language_details([ 'element_id' => $term->term_id, 'element_type' => 'tax_product_cat', ]); if ($lang_info && isset($lang_info->language_code)) { error_log("📦 Category ID: {$term->term_id}, Lang: {$lang_info->language_code}"); } else { error_log("⚠️ No WPML language info for category ID {$term->term_id}"); } } error_log("✅ Product category WPML listing completed."); }); أجهزة العناية بالقدمين والأظافر

أجهزة العناية بالقدمين والأظافر

عرض النتيجة الوحيدة

Scroll to Top