Title: Adminvoro Toolkit – Login, Redirects &amp; Site Controls
Author: Nexiby LLC
Published: <strong>2026 年 7 月 10 日</strong>
Last modified: 2026 年 7 月 10 日

---

搜尋外掛

![](https://ps.w.org/adminvoro/assets/banner-772x250.png?rev=3603165)

![](https://ps.w.org/adminvoro/assets/icon-256x256.png?rev=3603165)

# Adminvoro Toolkit – Login, Redirects & Site Controls

 由 [Nexiby LLC](https://profiles.wordpress.org/nexibyllc/) 開發

[下載](https://downloads.wordpress.org/plugin/adminvoro.1.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/adminvoro/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/adminvoro/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/adminvoro/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/adminvoro/#developers)

 [技術支援](https://wordpress.org/support/plugin/adminvoro/)

## 外掛說明

Adminvoro Toolkit brings several practical WordPress administration tools into one
lightweight settings screen.

Use it to create a custom login URL, personalize the login page, manage simple redirects,
apply basic security hardening, disable optional WordPress assets, and replace the
default admin footer text.

#### Custom Login URL

 * Replace the public WordPress login address with a custom login slug.
 * Block direct logged-out access to `wp-login.php` and protected `wp-admin` requests.
 * Choose what happens when the default login URL is visited: show a 404 response,
   redirect to the homepage, or redirect to a same-site page.
 * Keep generated WordPress login links pointed to the custom login address.
 * Recover access at any time with the `ADMINVORO_DISABLE_CUSTOM_LOGIN` constant.

#### Login Page Branding

 * Select a custom login logo from the WordPress Media Library.
 * Change the URL opened when the login logo is clicked.
 * Add formatted helper text below the logo.
 * Customize the login background, outside text, and outside link colors.
 * Control the size of the custom login message.
 * Reset login branding settings to their defaults.

#### Redirect Manager

 * Create and manage simple frontend redirects.
 * Choose permanent 301 or temporary 302 redirects.
 * Enable, disable, or delete individual redirect rules.
 * Use root-relative paths or valid absolute HTTP(S) URLs.
 * Skip invalid, incomplete, duplicate, and self-looping redirect rules.
 * Avoid redirect processing for WordPress admin, AJAX, cron, and REST requests.

Adminvoro uses WordPress safe redirect handling. Redirects to another domain work
only when that destination host is permitted by WordPress.

#### Basic Security Controls

 * Disable XML-RPC requests and remove the `X-Pingback` response header.
 * Reduce logged-out user enumeration through author requests and public REST API
   user endpoints.
 * Remove WordPress generator output and the core version query string from matching
   script and stylesheet URLs.

These controls provide basic hardening only. Adminvoro Toolkit is not a firewall,
malware scanner, backup solution, or replacement for a complete WordPress security
service.

#### Performance Tweaks

 * Remove WordPress emoji scripts, styles, filters, TinyMCE support, and related
   DNS prefetch hints.
 * Remove frontend oEmbed discovery output and dequeue the `wp-embed` script.

#### Admin Branding

 * Replace the default WordPress admin footer text with your own message.
 * Use basic permitted HTML formatting in the custom footer text.

#### Lightweight and Focused

Adminvoro Toolkit is intended for administrators who want a focused collection of
common site controls without installing a separate plugin for every small customization.

All plugin data is removed when the plugin is deleted through WordPress.

## 螢幕擷圖

[⌊Adminvoro Toolkit settings dashboard and navigation.⌉⌊Adminvoro Toolkit settings
dashboard and navigation.⌉[

Adminvoro Toolkit settings dashboard and navigation.

[⌊Custom login URL controls and recovery information.⌉⌊Custom login URL controls
and recovery information.⌉[

Custom login URL controls and recovery information.

[⌊Redirect manager with 301 and 302 rule controls.⌉⌊Redirect manager with 301 and
302 rule controls.⌉[

Redirect manager with 301 and 302 rule controls.

[⌊Basic security settings for XML-RPC, user enumeration, and WordPress version output.⌉⌊
Basic security settings for XML-RPC, user enumeration, and WordPress version output
.⌉[

Basic security settings for XML-RPC, user enumeration, and WordPress version output.

[⌊Performance settings for emojis and embeds.⌉⌊Performance settings for emojis and
embeds.⌉[

Performance settings for emojis and embeds.

[⌊Custom WordPress admin footer branding.⌉⌊Custom WordPress admin footer branding
.⌉[

Custom WordPress admin footer branding.

## 安裝方式

 1. In WordPress, go to **Plugins > Add New Plugin**.
 2. Search for **Adminvoro Toolkit**, or upload the plugin ZIP file.
 3. Install and activate the plugin.
 4. Open **Adminvoro Toolkit** from the WordPress admin menu.
 5. Configure only the features you want to enable.

Before enabling a custom login URL, save the new login address somewhere secure.

## 常見問題集

### How do I recover access if I forget or incorrectly configure the custom login URL?

Open your site’s `wp-config.php` file and add the following line above the comment
that says WordPress editing should stop:

    ```
    define( 'ADMINVORO_DISABLE_CUSTOM_LOGIN', true );
    ```

You can then sign in through the standard `wp-login.php` address. After correcting
the plugin settings, remove the constant or change its value to `false`.

### What happens to wp-login.php after I enable a custom login URL?

For logged-out visitors, direct requests to `wp-login.php` are handled using the
action you selected: a 404 response, a homepage redirect, or a redirect to a same-
site page. Logged-in users are not blocked.

### Does the custom login URL replace two-factor authentication or limit login attempts?

No. Changing the public login address can reduce automated requests to the default
endpoint, but it is not a substitute for strong passwords, two-factor authentication,
login rate limiting, updates, backups, or a complete security solution.

### Can I redirect visitors to another website?

Adminvoro accepts valid absolute HTTP(S) destination URLs, but it uses WordPress
safe redirect handling. An off-site redirect will work only when WordPress allows
that destination host. Same-site and root-relative destinations are the most reliable
options.

### Can I create both 301 and 302 redirects?

Yes. Choose 301 for a permanent redirect or 302 for a temporary redirect. Adminvoro
also prevents a rule from redirecting a URL directly back to itself.

### Will redirects run inside wp-admin or affect REST API requests?

No. Redirect rules are intended for normal frontend requests and are skipped for
WordPress admin, AJAX, cron, and REST request contexts.

### What does the user enumeration option block?

For logged-out visitors, it blocks common numeric author queries, author archive
discovery, and public WordPress REST API user endpoints. It does not hide every 
possible place where a username may appear in site content, feeds, themes, or other
plugins.

### Does disabling XML-RPC affect other services?

It can. Applications or services that depend on XML-RPC, remote publishing, pingbacks,
or XML-RPC authentication may stop working. Enable this option only when your site
does not need those features.

### Will disabling embeds remove existing embedded content?

The option removes WordPress frontend oEmbed discovery output and the `wp-embed`
script. Content behavior can vary by block, theme, plugin, and embed provider, so
test important embedded content after enabling it.

### Does Adminvoro Toolkit collect data or connect to an external service?

No. The plugin does not include a telemetry, tracking, or external API service. 
Its settings are stored in your WordPress database.

### What happens to the settings when I delete the plugin?

When Adminvoro Toolkit is deleted through the WordPress Plugins screen, its saved
settings and redirect rules are removed from the database.

### Does it support WordPress Multisite?

The plugin can be used on individual sites in a multisite installation. Settings
are stored per site. Test custom login behavior carefully in a staging multisite
environment before using it across a network.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Adminvoro Toolkit – Login, Redirects & Site Controls〉的
開發相關工作。

參與者

 *   [ Nexiby LLC ](https://profiles.wordpress.org/nexibyllc/)

[將〈Adminvoro Toolkit – Login, Redirects & Site Controls〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/adminvoro)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/adminvoro/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/adminvoro/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/adminvoro/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/adminvoro/)。

## 變更記錄

#### 1.0.0

 * Initial release.
 * Added custom login URL protection with configurable blocked-request behavior.
 * Added login logo, message, color, link, and text-size branding controls.
 * Added frontend 301 and 302 redirect management.
 * Added XML-RPC, user enumeration, and WordPress version hardening controls.
 * Added emoji and embed cleanup options.
 * Added custom admin footer branding.
 * Added uninstall cleanup for plugin settings and redirect rules.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **2 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/adminvoro/)
 * 標籤:
 * [custom login](https://tw.wordpress.org/plugins/tags/custom-login/)[login branding](https://tw.wordpress.org/plugins/tags/login-branding/)
   [performance](https://tw.wordpress.org/plugins/tags/performance/)[redirects](https://tw.wordpress.org/plugins/tags/redirects/)
   [security](https://tw.wordpress.org/plugins/tags/security/)
 *  [進階檢視](https://tw.wordpress.org/plugins/adminvoro/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/adminvoro/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/adminvoro/reviews/)

## 參與者

 *   [ Nexiby LLC ](https://profiles.wordpress.org/nexibyllc/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/adminvoro/)