• Resolved bilelhawari

    (@bilelhawari)


    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.