[Plugin: WordPress SEO by Yoast] bug with multi language site
-
I’m using multilingual (Arabic & English) and I did translate some of words to Arabic but I only see your plugin in English language.
Every time I upgrade your plugin I fix this problem again and againso please change this code :
load_plugin_textdomain( 'wordpress-seo', false, dirname( plugin_basename(__FILE__ ) ) . '/languages' );
To :
function wordpress_seo_load_lang() { load_plugin_textdomain( 'wordpress-seo', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' ); } add_action('plugins_loaded', 'wordpress_seo_load_lang');
This will fix the problem
- The topic ‘[Plugin: WordPress SEO by Yoast] bug with multi language site’ is closed to new replies.