Hi guys...my site is http://christian-dating-service-plus.com, and I am using Angsuman's Translator Gold with Pro-media Revolution Theme If this is not appropriate sharing here, I apologize.
My problem is with this plugin, with using its Post filter hook code to put meta tags on translated pages...The code looks like:
function tgTranslatorPostFilterHook($data, $language, $engine, $url, $translationError) {
if(!$translationError) {
// post-process your translated page content. $data contains translated page content.
}
return $data;
}
Note: For any translation error $translationError will be set to true.
Has anyone used this feature of the plugin, and if so....where do i put it, and how do I actually access translated pages to actually chage meta tags?
Thaks all
David