

The checklist: automated checks grouped by category with one-click fixes.
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.
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.
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.
Turn on Handoff mode and the client gets:
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 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`.
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`.
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.