From 9ae18fbdf4af72368f1cf885f1b3a9044e70ac30 Mon Sep 17 00:00:00 2001
From: Mahbub Rabbani
Date: Tue, 24 Feb 2026 10:45:28 +0600
Subject: [PATCH] Update data collection notice and links for Appsero
Fix Appserro namespace replacement issue by the Mozart and arraw sign.
---
src/Insights.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Insights.php b/src/Insights.php
index d070738..a6f1ba2 100644
--- a/src/Insights.php
+++ b/src/Insights.php
@@ -434,7 +434,7 @@ public function admin_notice() {
$notice .= ' (' . $this->client->__trans( 'what we collect' ) . ')';
$notice .= '' . implode( ', ', $this->data_we_collect() ) . '. ';
- $notice .= 'We are using Appsero to collect your data. Learn more ↗
';
+ $notice .= 'We are using Appsero to collect your data. Learn more ↗
';
echo '';
echo wp_kses_post( $notice );
@@ -924,7 +924,7 @@ public function deactivate_scripts() {
client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more ↗' ),
+ $this->client->__trans( 'We share your data with Appsero to troubleshoot problems & make product improvements. Learn more ↗' ),
esc_url( 'https://appsero.com/' ),
esc_url( 'https://appsero.com/privacy-policy' )
);