From 814e65f90e9e57db802ad909c2088923b540be6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=B4=BE=E5=A4=87=E6=A1=88?= <130886204+modiqi@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E7=89=88=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-page.php | 225 ++++++++++++++++++++++++++ bulk-plugin-installer.php | 325 ++++++++++++++++++++++++++++++++++++++ class-installer.php | 298 ++++++++++++++++++++++++++++++++++ css/admin.css | 195 +++++++++++++++++++++++ js/admin.js | 261 ++++++++++++++++++++++++++++++ 5 files changed, 1304 insertions(+) create mode 100644 admin-page.php create mode 100644 bulk-plugin-installer.php create mode 100644 class-installer.php create mode 100644 css/admin.css create mode 100644 js/admin.js diff --git a/admin-page.php b/admin-page.php new file mode 100644 index 0000000..e44162b --- /dev/null +++ b/admin-page.php @@ -0,0 +1,225 @@ + wp_create_nonce('bpi_installer'), + 'ajaxurl' => admin_url('admin-ajax.php') + ]); + ?> +
+ | + |
---|---|
+ | + |
+ | + |
+ | + |
+ | + |
Installation in progress... (Large ZIP files may take some time)