diff --git a/wp-content/mu-plugins/ai-remove-notification.php b/wp-content/mu-plugins/ai-remove-notification.php index 978f2136789538d3dc82f4bc13277b69b59c8436..b71d6836ff8c489338cbc5e24d680d76d9dfde76 100644 --- a/wp-content/mu-plugins/ai-remove-notification.php +++ b/wp-content/mu-plugins/ai-remove-notification.php @@ -1,3 +1,10 @@ <?php +/* + Plugin Name: A/I - Remove password change notification + Description: Disables email notification of password changes + Version: 0.1 + Author: Autistici/Inventati + Author URI: https://autistici.org +*/ function wp_password_change_notification() {} ?>