diff --git a/includes/core/class-external-integrations.php b/includes/core/class-external-integrations.php index a46174bb..46f98978 100644 --- a/includes/core/class-external-integrations.php +++ b/includes/core/class-external-integrations.php @@ -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;