Title: Launchmender – Go-Live Checklist &amp; Client Handoff
Author: Emtiaz Zahid
Published: <strong>2026 年 9 月 10 日</strong>
Last modified: 2026 年 9 月 10 日

---

搜尋外掛

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

![](https://ps.w.org/launchmender/assets/icon.svg?rev=3689293)

# Launchmender – Go-Live Checklist & Client Handoff

 由 [Emtiaz Zahid](https://profiles.wordpress.org/emtiazzahid/) 開發

[下載](https://downloads.wordpress.org/plugin/launchmender.1.0.1.zip)

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

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

## 外掛說明

Every WordPress launch has the same forgotten details: “Discourage search engines”
still ticked, WP_DEBUG on, a Hello World post, lorem ipsum in a footer, the admin
email pointing at the developer. Launchmender runs those checks for you, fixes the
safe ones with one click, keeps the manual checklist next to them, and leaves the
client with documentation inside their own dashboard.

#### 44 automated checks

 * **Visibility & SEO** – search engines discouraged, HTTPS and mixed content, plain
   permalinks, default tagline, missing site icon, missing default social image,
   unreachable sitemap, robots.txt blocking, home page noindex.
 * **Content hygiene** – Hello World post, Sample Page, placeholder text (lorem 
   ipsum, “your text here”…), menu links to “#” or staging hosts, images without
   alt text, menus pointing at empty categories, authors exposing their username,
   comments open on pages, “Uncategorized”, stale drafts.
 * **Configuration** – WP_DEBUG, displayed errors, an “admin” user, developer admin
   email, UTC timezone, US date format on non-US sites, file editor enabled, XML-
   RPC, open registration with an elevated role, front page showing posts, staging
   strings in URLs or title.
 * **Maintenance & security basics** – pending updates, inactive plugins and themes,
   plugins abandoned by their author for two years, no backup plugin, no caching,
   public debug.log, public readme.html.
 * **Email & forms** – form plugin without an SMTP plugin, pending admin email change,
   test email delivery, missing privacy policy.
 * **Performance** – images over 1 MB, native lazy loading disabled.

#### One-click fixes

Enable indexing, set pretty permalinks, trash the sample content, set the timezone
from your browser, close comments on pages, rename the default category, disable
the file editor and XML-RPC (via a generated must-use plugin, never by editing wp-
config.php), set the default role, delete unused themes, trash stale drafts, send
a test email. Every fix asks first and is logged in the report.

#### Manual checklist

Twenty sensible defaults (redirect map imported, analytics verified, forms tested
to inbox, licences transferred, 2FA on…) with assignee, due date and notes. Save
your own list as the template, export it as JSON and reuse it on every site. Three
profiles: Pre-launch, Post-launch and Site takeover.

#### Client handoff

Turn on Handoff mode and the client gets:

 * A **welcome panel** on the Dashboard with your name, logo, launch date, quick
   actions and support contact.
 * A **Help** menu with your documentation, written in the block editor, hierarchical,
   searchable, printable. Imports your existing WP Help documents.
 * **Contextual tips** in the editor sidebar and on list screens (“The homepage 
   hero is edited in the Hero pattern”).
 * An optional **simplified admin menu** for the client role. Administrators are
   never affected.

#### Handoff report

A printable pass/fail report with timestamps, who fixed what, the manual checklist
status, site facts and plugin inventory. Print it to PDF or create a 7-day share
link for the client.

#### WP-CLI

    ```
    wp launchmender check run --format=json exits non-zero on failures, so agencies can gate deployments. Also `wp launchmender check list`, `wp launchmender check fix <id>`, `wp launchmender report --out=report.html`, `wp launchmender manual export`, `wp launchmender docs import-wphelp`.
    ```

#### Developer hooks

    ```
    launchmender_checks (add your own check classes), `launchmender_check_result`, `launchmender_fix_applied`, `launchmender_profiles`, `launchmender_manual_template`, `launchmender_placeholder_phrases`, `launchmender_report_sections`, `launchmender_client_role_menus`, `launchmender_capability`.
    ```

### External services

This plugin connects to the WordPress.org Plugin API (`https://api.wordpress.org/
plugins/info/1.2/`) to look up the last update date of active plugins for the “abandoned
plugins” check. It sends only plugin slugs. Results are cached for seven days. See
the WordPress.org [privacy policy](https://wordpress.org/about/privacy/).

## 螢幕擷圖

[⌊The checklist: automated checks grouped by category with one-click fixes.⌉⌊The
checklist: automated checks grouped by category with one-click fixes.⌉[

The checklist: automated checks grouped by category with one-click fixes.

[⌊Manual checklist with assignees, due dates and notes.⌉⌊Manual checklist with assignees,
due dates and notes.⌉[

Manual checklist with assignees, due dates and notes.

[⌊The client's Help screen with your documentation.⌉⌊The client's Help screen with
your documentation.⌉[

The client’s Help screen with your documentation.

[⌊Welcome panel on the client's Dashboard.⌉⌊Welcome panel on the client's Dashboard
.⌉[

Welcome panel on the client’s Dashboard.

[⌊Printable handoff report.⌉⌊Printable handoff report.⌉[

Printable handoff report.

[⌊Settings: handoff mode, welcome panel, client role menu and contextual tips.⌉⌊
Settings: handoff mode, welcome panel, client role menu and contextual tips.⌉[

Settings: handoff mode, welcome panel, client role menu and contextual tips.

## 安裝方式

 1. Upload the plugin folder to `/wp-content/plugins/` or install it from Plugins  
    Add New.
 2. Activate it.
 3. Open **Launchmender** in the admin menu and click **Run checks**.
 4. Fill in your agency details under Launchmender  Settings and enable Handoff mode
    when you are ready to hand the site over.

## 常見問題集

### Does it change anything without asking?

No. Checks only read. Every fix has a button and a confirmation, and the report 
records who applied it and when.

### Is it safe to keep active after launch?

Yes, that is the point of Handoff mode. The checklist screens are only visible to
administrators; clients see the Help menu and the welcome panel.

### Does hiding menus for the client role make the site more secure?

No. It hides menu entries for convenience; user capabilities are unchanged. Administrators
are never affected.

### What does the “disable file editor” fix change?

It writes `wp-content/mu-plugins/launchmender-constants.php` containing `DISALLOW_FILE_EDIT`.
Untick the flag under Settings  Checks to remove the file. wp-config.php is never
edited.

### Can I add my own checks?

Yes. Implement `Launchmender\Checks\CheckInterface` (or extend `AbstractCheck`) 
and add an instance through the `launchmender_checks` filter.

### Can I import documents from WP Help?

Yes. When WP Help documents are found, Settings  Handoff shows an import button.
Hierarchy and order are preserved and the import is safe to run twice.

### Does it send data anywhere?

The “abandoned plugins” check asks api.wordpress.org for the last update date of
your active plugins (slugs only, cached for 7 days). Nothing else leaves your site.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Launchmender – Go-Live Checklist & Client Handoff〉的開發
相關工作。

參與者

 *   [ Emtiaz Zahid ](https://profiles.wordpress.org/emtiazzahid/)

[將〈Launchmender – Go-Live Checklist & Client Handoff〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/launchmender)

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

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

## 變更記錄

#### 1.0.1

 * Plugin URI now points at the plugin’s page on the author’s site.

#### 1.0.0

 * Initial release: 44 checks, one-click fixes, manual checklist with templates,
   three profiles, handoff mode (welcome panel, Help docs, contextual tips, client
   role menu), printable report with share links, WP-CLI commands.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **1 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.4 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/launchmender/)
 * 標籤:
 * [agency](https://tw.wordpress.org/plugins/tags/agency/)[Client](https://tw.wordpress.org/plugins/tags/client/)
   [documentation](https://tw.wordpress.org/plugins/tags/documentation/)[launch checklist](https://tw.wordpress.org/plugins/tags/launch-checklist/)
   [site audit](https://tw.wordpress.org/plugins/tags/site-audit/)
 *  [進階檢視](https://tw.wordpress.org/plugins/launchmender/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/launchmender/reviews/#new-post)

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

## 參與者

 *   [ Emtiaz Zahid ](https://profiles.wordpress.org/emtiazzahid/)

## 技術支援

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

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