diff --git a/wp-content/mu-plugins/ai-remove-notification.php b/wp-content/mu-plugins/ai-remove-notification.php
new file mode 100644
index 0000000000000000000000000000000000000000..978f2136789538d3dc82f4bc13277b69b59c8436
--- /dev/null
+++ b/wp-content/mu-plugins/ai-remove-notification.php
@@ -0,0 +1,3 @@
+<?php
+	 function wp_password_change_notification() {}
+?>
diff --git a/wp-content/plugins/ai-remove-notification.php b/wp-content/plugins/ai-remove-notification.php
deleted file mode 100644
index ac10a87b5726b5150877012cc45abcf6972f0400..0000000000000000000000000000000000000000
--- a/wp-content/plugins/ai-remove-notification.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-if ( !function_exists( 'wp_password_change_notification' ) ) {
-	 function wp_password_change_notification() {}
-}
-?>