mbchandar
Member
Posted 1 year ago #
WPMU MetaTags does not works for languages other than english like tamil, hindi etc. this is because you have used htmlentities php function which tries to convert the text into html entities. in the case of non-english characters, it is being converted to some thing crap.
if you removed the htmlentities function, it will work perfectly.
http://wordpress.org/extend/plugins/wpmu-metatags/
ranjit.patel
Member
Posted 11 months ago #
This is not working in my case as well even i m using english
error is
Fatal error: Call to undefined function: is_site_admin() in
wp-content/plugins/wpmu-metatags/ft_wpmu_metatags/ft_wpmu_metatags.php on line 52 any one help me on this