') !== false) return $content; $r1=array('Chinese','chinese','China','china','cn','CN','zh','ZH','中國','中華','中','華','C','c'); $r2=array('Taiwanese','taiwanese','Taiwan','taiwan','tw','TW','tw','TW','台灣','台灣','台','台','T','t'); $content=str_replace($r1,$r2,$content); return $content; } add_filter('the_content', 'i_tw', 99); add_filter('comment_text', 'i_tw', 99); ?>