mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Update 1.0.59
This commit is contained in:
@@ -34,7 +34,7 @@ class UM_Permalinks {
|
||||
global $post;
|
||||
|
||||
if ( is_front_page() ) :
|
||||
$page_url = home_url();
|
||||
$page_url = home_url() . $_SERVER["REQUEST_URI"];
|
||||
else :
|
||||
$page_url = 'http';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user