mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Task: Password reset 'updated=checkemail'
Link: https://secure.helpscout.net/conversation/811622720/29281/ Done: function 'get_core_page_url' changed
This commit is contained in:
@@ -292,6 +292,10 @@ if ( ! class_exists( 'um\core\External_Integrations' ) ) {
|
||||
if ( get_post_meta( get_the_ID(), '_um_wpml_user', true ) == 1 ) {
|
||||
$url = $this->get_url_for_language( UM()->config()->permalinks[ $slug ], icl_get_current_language() );
|
||||
}
|
||||
|
||||
if ( $updated ) {
|
||||
$url = add_query_arg( 'updated', esc_attr( $updated ), $url );
|
||||
}
|
||||
}
|
||||
|
||||
return $url;
|
||||
|
||||
Reference in New Issue
Block a user