mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix profile slug in permalink
This commit is contained in:
@@ -391,6 +391,10 @@ class UM_Permalinks {
|
||||
|
||||
$user_in_url = '';
|
||||
|
||||
$full_name = str_replace("'", "", $full_name );
|
||||
$full_name = str_replace("&", "", $full_name );
|
||||
$full_name = str_replace("/", "", $full_name );
|
||||
|
||||
switch( $permalink_base )
|
||||
{
|
||||
case 'name': // dotted
|
||||
|
||||
Reference in New Issue
Block a user