Title: Dead Dove
Author: Center for Online Safety and Liberty
Published: <strong>2024 年 10 月 30 日</strong>
Last modified: 2026 年 3 月 23 日

---

搜尋外掛

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

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

# Dead Dove

 由 [Center for Online Safety and Liberty](https://profiles.wordpress.org/c4osl/)
開發

[下載](https://downloads.wordpress.org/plugin/dead-dove.2.3.2.zip)

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

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

## 外掛說明

The **Dead Dove** plugin lets administrators and users apply content warnings to
their content. Administrators define the available content warnings in a custom 
taxonomy of terms, and specify which of them trigger warnings by default. Users 
can overide these defaults in their user settings. Tags may be applied at the post
level, block level, or even within a block using a shortcode. From version 2.0, 
they can also be applied when posting to BuddyBoss activity feeds and forums, even
by users who lack access to the WordPress dashboard.

Content that has been tagged with a term that triggers a content warning for the
user viewing it will be blurred from view. To view the content the user must read
and accept a disclaimer that has been defined by the administrator in the description
of the taxonomy term.

### **Features**

 * Blur content based on assigned terms and display warning text before viewing.
 * Administrators select which terms require warnings, with the warning text pulled
   from term descriptions.
 * Users can override admin settings by choosing their own tag warning preferences.
 * Warning can be applied at the post or block level, using a shortcode with terms
   as parameters, or when posting to a Buddyboss activity feed or forum.
 * Multiple term descriptions are shown if more than one warning term is applied.

### Usage

### **Admin Settings**

 1. Go to **Settings > Content Warning**.
 2. Select the terms that require a content warning.
 3. Add a description to each term to provide the warning text.

### **User Settings**

 1. Users who have access to the WordPress Dashboard can go to **Your Profile** to 
    adjust their warning settings.
 2. BuddyBoss users can adjust their warning settings by going to **Account Settings**,**
    Content Warning Settings**.
 3. Users can disable warnings for certain terms set by the admin or enable warnings
    for terms that were not set by the admin.
 4. User selections are stored in the `deaddove_user_warning_terms` user meta key.

### **Post term usage**

To apply a content warning to an entire post, apply a term that requires a content
warning to the post. The content warning taxonomy will appear in the post editor
screen, alongside tags, and are used in the same way.

### **Block Usage**

 1. In the block editor, add the Content Warning block.
 2. Select warning terms in the block settings.
 3. Add your content inside the Content Warning block, which will be blurred until 
    the user agrees to view it.

### **Shortcode Usage**

Use the `[content_warning]` shortcode to apply warnings within a block. The slug
of the term or terms should be entered into the shortcode separated by commas.

**Example 1:** Single term

    ```
    [content_warning tags="sensitive"]
    This section discusses sensitive material.
    [/content_warning]
    ```

**Example 2:** Multiple terms

    ```
    [content_warning tags="graphic,offensive"]
    This section contains graphic language and offensive themes.
    [/content_warning]
    ```

### **BuddyBoss Usage**

When adding content to the Activity Feed or Forum post, the available content warnings
are shown in a drop-down in the editing box.

### Roadmap

 * **Geolocation-based Warnings**: Modify content visibility based on the viewer’s
   location.
 * **Custom Styling Options**: Provide options to style blurred content and buttons
   using CSS.
 * **Apply Shortcode from Editing Toolbar**: Simpler application of content warnings
   to text selections.

### License

This plugin is licensed under the GPLv2 or later. See the [license](https://www.gnu.org/licenses/gpl-2.0.html)
for more details.

## 螢幕擷圖

 * [[
 * [Example of content warning]
 * [[
 * [Block settings]
 * [[
 * [Admin settings]
 * [[
 * [User settings (Dashboard user)]
 * [[
 * [User settings (BuddyBoss user)]
 * [[
 * [BuddyBoss Activity screen]

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Content Warning

## 安裝方式

 1. Download the plugin as a `.zip` file or install it directly from the WordPress 
    plugin repository.
 2. Go to **Plugins > Add New** and click **Upload Plugin** (if using the `.zip`).
 3. After installation, click **Activate Plugin**.
 4. Configure warning terms by navigating to **Settings > Content Warning**.
 5. If using the BuddyBoss theme, create a child theme (if not already created) and
    add the **assets**, **buddypress**, and **languages** folders, as well as the contents
    of the **style.css** and **functions.php** files, to the child theme folder.

## 常見問題集

### Q: What happens if multiple terms apply to a post?

A: All applicable tag descriptions are concatenated and displayed as warnings.

### Q: Can users disable warnings for certain terms?

A: Yes, users can override the admin’s settings through their profile. They can 
disable certain warnings or add new tags that they want to be warned about.

### Q: Can you mix block and shortcode warnings on the same page or post?

A: Yes, you can.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Dead Dove〉的開發相關工作。

參與者

 *   [ Center for Online Safety and Liberty ](https://profiles.wordpress.org/c4osl/)

[將〈Dead Dove〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/dead-dove)

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

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

## 變更記錄

### Version 2.3

 * Added setting for text overlay on top of the blurred content.

### Version 2.2

 * Added admin setting to configure the amount of blur.

### Version 2.1

 * Simplified code to ensure user settings stored in only one place.
 * Improved visual display of blurred content in-line in a text block.

### Version 2.0

 * Supports content warnings in BuddyBoss Activity and Forum posts.
 * New BuddyBoss Content Warning Settings screen.
 * Content is now also blurred on category pages.

### Version 1.1

 * Moved from using post tags to a custom taxonomy for identifying terms that receive
   a warning.

### Version 1.0

 * Initial release.
 * Admin and user tag-based warning configurations.
 * Support for multiple tag descriptions in warnings.
 * Support for post, block, and shortcode-level warnings.

## 中繼資料

 *  版本 **2.3.2**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.2 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/dead-dove/)
 * 標籤:
 * [content warning](https://tw.wordpress.org/plugins/tags/content-warning/)[sensitive content](https://tw.wordpress.org/plugins/tags/sensitive-content/)
   [shortcode](https://tw.wordpress.org/plugins/tags/shortcode/)[tags](https://tw.wordpress.org/plugins/tags/tags/)
 *  [進階檢視](https://tw.wordpress.org/plugins/dead-dove/advanced/)

## 評分

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

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

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

## 參與者

 *   [ Center for Online Safety and Liberty ](https://profiles.wordpress.org/c4osl/)

## 技術支援

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

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

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://c4osl.org/support-us/)