Title: SiteHandoff
Author: Wp Boutique
Published: <strong>2026 年 3 月 13 日</strong>
Last modified: 2026 年 3 月 13 日

---

搜索插件

![](https://ps.w.org/sitehandoff/assets/Banner-772x250.png?rev=3481898)

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

# SiteHandoff

 作者：[Wp Boutique](https://profiles.wordpress.org/wpboutiquebyideama/)

[下载](https://downloads.wordpress.org/plugin/sitehandoff.zip)

 * [详情](https://cn.wordpress.org/plugins/sitehandoff/#description)
 * [评价](https://cn.wordpress.org/plugins/sitehandoff/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/sitehandoff/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/sitehandoff/#developers)

 [支持](https://wordpress.org/support/plugin/sitehandoff/)

## 描述

**SiteHandoff** helps WordPress agencies and freelancers deliver sites to clients
in a structured way. While the site is in progress, visitors see a courtesy page
with an optional live countdown. Clients and collaborators get individual preview
links and can leave per-page feedback directly on the site.

#### Key Features

 * **Reviewer management** — Add clients or collaborators with individual passwords
   and share their preview link via copy, email, or WhatsApp.
 * **Per-page feedback widget** — Reviewers and admins can leave comments on any
   page; feedback is grouped by URL in the admin panel.
 * **Dashboard overview** — See site status, reviewer count, and open feedback at
   a glance.
 * **Configurable countdown** — Set a launch date and time; the plugin displays 
   a real-time countdown timer.
 * **Auto-disable** — The plugin automatically deactivates itself when the countdown
   reaches zero.
 * **Two content modes** — Use the WordPress classic editor or insert fully custom
   HTML.
 * **Countdown shortcode** — Place `[sitehandoff_countdown]` anywhere to embed the
   timer.
 * **Customizable colors** — Choose background and accent colors with a built-in
   color picker.
 * **Gutenberg block** — “Countdown Timer” block with date picker and redirect on
   completion.
 * **Translation ready** — Includes a `.pot` file with the `sitehandoff` text domain.
   Italian translation included.

#### How It Works

When the plugin is active, all unauthenticated visitors see the courtesy page. Administrators
and anyone with a valid reviewer link can view the site normally and leave feedback
using the floating widget.

## 屏幕截图

[⌊Dashboard — Overview of site status, reviewer count, and open feedback.⌉⌊Dashboard—
Overview of site status, reviewer count, and open feedback.⌉[

Dashboard — Overview of site status, reviewer count, and open feedback.

[⌊Reviewers — Add reviewers and share preview links via email or WhatsApp.⌉⌊Reviewers—
Add reviewers and share preview links via email or WhatsApp.⌉[

Reviewers — Add reviewers and share preview links via email or WhatsApp.

[⌊Feedback — Per-page feedback grouped by URL with resolve/reopen actions.⌉⌊Feedback—
Per-page feedback grouped by URL with resolve/reopen actions.⌉[

Feedback — Per-page feedback grouped by URL with resolve/reopen actions.

[⌊Settings — Countdown configuration, content editor, and color picker.⌉⌊Settings—
Countdown configuration, content editor, and color picker.⌉[

Settings — Countdown configuration, content editor, and color picker.

[⌊Frontend — Courtesy page with active countdown and custom content.⌉⌊Frontend —
Courtesy page with active countdown and custom content.⌉[

Frontend — Courtesy page with active countdown and custom content.

[[

## 区块

该插件提供了 1 个区块.

 *   Countdown Timer Inserisce un countdown personalizzabile per data evento, classi
   CSS e redirect finale.

## 安装

 1. Upload the `sitehandoff` folder to the `/wp-content/plugins/` directory, or install
    the plugin directly from the “Plugins > Add New” screen in WordPress.
 2. Activate the plugin from the “Plugins” screen.
 3. In the admin sidebar you will find the “SiteHandoff” menu item. Click it to access
    the dashboard.
 4. Add reviewers, configure the launch date, content, and colors from the respective
    pages.

## 常见问题

### Can I use custom HTML for the page?

Yes. In the settings, select the “Custom HTML” tab and enter the markup you prefer.
You can include the `[sitehandoff_countdown]` shortcode in your code.

### Does the plugin block administrators too?

No. Users with the `manage_options` capability (typically Administrators) see the
site normally and are never redirected to the courtesy page.

### How does a reviewer get access?

Add a reviewer from the Revisori page, then share their preview link. The link includes
a unique password. After first use, reviewers can browse freely for 48 hours.

### Does the plugin interfere with REST API or AJAX?

No. REST API, AJAX, and WP-Cron requests are automatically excluded from the block.

### What happens when the countdown expires?

If you enabled the “Auto-disable” option, the plugin deactivates itself automatically
when the date is reached. Otherwise, the courtesy page stays active until you manually
disable it.

## 评价

此插件暂无评价。

## 贡献者及开发者

「SiteHandoff」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Wp Boutique ](https://profiles.wordpress.org/wpboutiquebyideama/)
 *   [ wpboutique ](https://profiles.wordpress.org/wpboutique/)

[帮助将「SiteHandoff」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/sitehandoff)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/sitehandoff/)，查看[SVN仓库](https://plugins.svn.wordpress.org/sitehandoff/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/sitehandoff/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/sitehandoff/)。

## 更新日志

#### 1.2.1

 * Fixed: added plugin owner username to Contributors in readme.txt.
 * Fixed: converted inline script in settings page to wp_add_inline_script().

#### 1.2.0

 * Fixed: removed `custom_css` field to prevent arbitrary CSS injection.
 * Fixed: removed `unfiltered_html` capability bypass; content is now always sanitized
   with `wp_kses_post()`.
 * Fixed: escaped output in `fullscreen-countdown.php` using `wp_kses_post()`.
 * Fixed: renamed main class to `SiteHandoff_Plugin`; all hooks, options, constants,
   and handles now use the `sitehandoff_` prefix.
 * Fixed: updated Gutenberg block `apiVersion` from `2` to `3`.

#### 1.1.0

 * Plugin renamed to SiteHandoff.
 * Added reviewer management with individual access keys.
 * Added per-page feedback widget visible to reviewers and admins.
 * Added Dashboard overview page.
 * Added email and WhatsApp sharing for reviewer preview links.
 * Admin UI restructured into Dashboard, Revisori, Feedback, Impostazioni subpages.

#### 1.0.0

 * Initial release.
 * Courtesy page with real-time countdown.
 * Two content modes: classic editor and custom HTML.
 * `[opening_soon_countdown]` shortcode with configurable attributes.
 * Customizable colors (background and accent) with color picker.
 * Additional CSS from settings.
 * Auto-disable on countdown expiration.
 * Password-protected preview link with 48-hour cookie.
 * “Countdown Timer” Gutenberg block.
 * Italian translation included.

## 额外信息

 *  版本 **1.2.1**
 *  最后更新：**3 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/sitehandoff/)
 * 标签
 * [coming soon](https://cn.wordpress.org/plugins/tags/coming-soon/)[feedback](https://cn.wordpress.org/plugins/tags/feedback/)
   [maintenance](https://cn.wordpress.org/plugins/tags/maintenance/)[preview](https://cn.wordpress.org/plugins/tags/preview/)
 *  [高级视图](https://cn.wordpress.org/plugins/sitehandoff/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/sitehandoff/reviews/)

## 贡献者

 *   [ Wp Boutique ](https://profiles.wordpress.org/wpboutiquebyideama/)
 *   [ wpboutique ](https://profiles.wordpress.org/wpboutique/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/sitehandoff/)