[Plugin: WP Private Messages] Recipient "ID" and "Name" doesn't match
-
Hi I like this plugin π
Plugin Code is very clear and easy to make some custom hacks (multilingual…)I spend a more than 30 minutes to get rid of the message that says :
Recipient “ID” and “Name” doesn’t match. Cheating huh?
I wasn’t cheating π
Finally I found that the current version don’t take care about WordPress usernames where we find a Capital letters π
So we have to replace :
if($name != $to)
by
if(strtolower($name) != strtolower($to))And taht’s it π
The topic ‘[Plugin: WP Private Messages] Recipient "ID" and "Name" doesn't match’ is closed to new replies.