Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Claude

    (@claudeschlesser)

    Hello,

    no not out of the box.

    But what you can try is this:
    – Open the file wordpress-special-characters-in-usernames.php
    – Look for this line:
    $username = preg_replace ('|[^a-z\p{Arabic}\p{Cyrillic}0-9 _.\-@]|iu', '', $username)

    – Add your characters, so that it looks like this:
    $username = preg_replace ('|[^a-z\p{Arabic}\p{Cyrillic}0-9 _.\-@???]|iu', '', $username)

    That might do the trick!

    • This reply was modified 7 years, 8 months ago by Claude.
    Thread Starter valva1

    (@valva1)

    Hi again Claude

    I did not do the trick, but thanks for trying, and for your rapid respons.

    Regard Steen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘does the plugin support ????’ is closed to new replies.