From 9f44d0e02229a49f4ff50083e0d8df8089873a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R=C3=A4ubig?= <129953354+araeubig@users.noreply.github.com> Date: Wed, 3 May 2023 07:07:17 +0200 Subject: [PATCH] Rename plugin.php to automatic-login.php Define plugin name to avoid duplicates with other plugins and to use it as standalone plugin in WordPress MU-plugins directory. --- plugin.php => automatic-login.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugin.php => automatic-login.php (100%) diff --git a/plugin.php b/automatic-login.php similarity index 100% rename from plugin.php rename to automatic-login.php