mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 22:54:03 +09:00
Version 1.0.29
This commit is contained in:
@@ -517,7 +517,9 @@
|
||||
|
||||
<?php foreach( $tabs as $id => $tab ) {
|
||||
|
||||
$nav_link = $ultimatemember->permalinks->get_current_url(true);
|
||||
$nav_link = $ultimatemember->permalinks->get_current_url( get_option('permalink_structure') );
|
||||
$nav_link = remove_query_arg( 'um_action', $nav_link );
|
||||
$nav_link = remove_query_arg( 'subnav', $nav_link );
|
||||
$nav_link = add_query_arg('profiletab', $id, $nav_link )
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user