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