Title: CloudAnts Image Moderation
Author: cloudants
Published: <strong>2026 年 8 月 27 日</strong>
Last modified: 2026 年 8 月 27 日

---

搜尋外掛

![](https://s.w.org/plugins/geopattern-icon/cloudants-image-moderation.svg)

# CloudAnts Image Moderation

 由 [cloudants](https://profiles.wordpress.org/cloudants/) 開發

[下載](https://downloads.wordpress.org/plugin/cloudants-image-moderation.1.0.0.zip)

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

 [技術支援](https://wordpress.org/support/plugin/cloudants-image-moderation/)

## 外掛說明

CloudAnts Image Moderation hooks into WordPress’ core upload handling to
 automatically
scan every image upload — media library, WooCommerce review photos, bbPress/BuddyPress
attachments, or anything else built on wp_handle_upload — against a CloudAnts moderation
policy, without you writing a line of integration code.

**Policies available:**

 * **General Marketplace** — blocks explicit exposure, flags breast/buttocks exposure(
   swimwear/fashion photos are common and shouldn’t auto-block).
 * **Dating Profile Photos** — same block thresholds, more lenient flag threshold
   for breast/buttocks exposure.
 * **Classifieds Strict** — no flag tier; any exposure above a low threshold is 
   blocked outright.
 * **Custom** — your own per-category thresholds, configured from your CloudAnts
   dashboard.

**What happens to a flagged or blocked image** is configurable from the
 plugin’s
Settings page:

 * A **block** decision is always rejected — the upload fails immediately with a
   clear error, and the file is removed.
 * A **flag** decision can be set to:
    - _Notify admin only_ (default) — the upload proceeds, but the site admin is
      emailed and alerted in wp-admin.
    - _Quarantine_ — the upload succeeds but stays hidden (private) until an admin
      approves or rejects it from the Moderation Log page.
    - _Reject_ — treated the same as a block.

#### Requirements

This plugin calls the CloudAnts API with the public URL of each uploaded
 image,
so **your site must be publicly reachable from the internet** for scanning to work—
it cannot scan images on a purely local/offline development site. You’ll also need
a CloudAnts account and API key from https://cloudants.io/dashboard/api-keys.

### Third-Party Service

This plugin sends data to CloudAnts (https://cloudants.io), a third-party
 image
moderation API, in order to function. Specifically:

 * Every time an image is uploaded on your site (and auto-scan is enabled), the 
   plugin sends the **public URL of that image** and your chosen **policy name**
   to `https://api.cloudants.io/moderate-listing/v1`, and receives back a moderation
   decision (allow/flag/block) and category scores. No other post content, user 
   data, or site information is sent.
 * The “Test Connection” button on the settings page sends your API key to `https://
   api.cloudants.io/whoami/v1` to verify it and show your plan/quota — this does
   not send any image data.
 * Your CloudAnts API key is stored in your site’s own database (`wp_options`) and
   sent only to `api.cloudants.io`, over HTTPS, as an `Authorization: Bearer` header.

CloudAnts’ Terms of Service: https://cloudants.io/terms-of-service
 CloudAnts’ Privacy
Policy: https://cloudants.io/privacy-policy

A CloudAnts account is required for this plugin to function — sign up at https://
cloudants.io.

## 安裝方式

 1. Upload the `cloudants-image-moderation` folder to `/wp-content/plugins/`, or install
    via the WordPress plugin directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Go to the new **CloudAnts** menu in wp-admin, paste your API key, click “Test Connection”
    to confirm it’s valid, choose a policy and flag action, and save.

## 常見問題集

### Does this work on a local/staging site?

No — CloudAnts fetches each uploaded image by its public URL to scan it, so the 
site needs to be reachable from the internet.

### What happens to images uploaded before I installed the plugin?

Nothing — only new uploads are scanned going forward.

### Does this cost anything?

Each scan uses one request from your CloudAnts plan’s quota, same as calling the
API directly.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ cloudants ](https://profiles.wordpress.org/cloudants/)

[將〈CloudAnts Image Moderation〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/cloudants-image-moderation)

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

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

## 變更記錄

#### 1.0.0

 * Initial release: upload scanning, block/quarantine/notify-admin flag handling,
   moderation log, settings page with connection test.

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/cloudants-image-moderation/)
 * 標籤:
 * [content moderation](https://tw.wordpress.org/plugins/tags/content-moderation/)
   [media upload](https://tw.wordpress.org/plugins/tags/media-upload/)[woocommerce](https://tw.wordpress.org/plugins/tags/woocommerce/)
 *  [進階檢視](https://tw.wordpress.org/plugins/cloudants-image-moderation/advanced/)

## 評分

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

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

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

## 參與者

 *   [ cloudants ](https://profiles.wordpress.org/cloudants/)

## 技術支援

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

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