我正在使用 wordpress wpml 插件来显示选定的语言内容。
if(wpml_getLanguage()=='en'):
echo esc_attr($avocation_options['home-post-title-1']);
endif;
if(wpml_getLanguage()=='sv'):
echo esc_attr($avocation_options['home-post-title-swedish1']);
endif;
我正在使用 wordpress wpml 插件来显示选定的语言内容。
if(wpml_getLanguage()=='en'):
echo esc_attr($avocation_options['home-post-title-1']);
endif;
if(wpml_getLanguage()=='sv'):
echo esc_attr($avocation_options['home-post-title-swedish1']);
endif;