Title: FlareLoad
Author: tanyunus
Published: <strong>2026 年 5 月 25 日</strong>
Last modified: 2026 年 5 月 25 日

---

搜索插件

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

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

# FlareLoad

 作者：[tanyunus](https://profiles.wordpress.org/tanyunus/)

[下载](https://downloads.wordpress.org/plugin/flare-load.1.0.4.zip)

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

 [支持](https://wordpress.org/support/plugin/flare-load/)

## 描述

FlareLoad integrates Cloudflare Images as a direct upload destination alongside 
the default WordPress media uploader. Instead of storing images on your server, 
you can send them directly to Cloudflare’s global CDN — with automatic delivery 
optimization and variant support built in.

**Features:**

 * Upload images directly to Cloudflare Images from the media library and block 
   editor
 * Keep or delete local copies after upload — your choice
 * Automatic local thumbnail generation (avoids counting against Cloudflare delivery
   quotas)
 * Cloudflare image variant support with per-image variant selection in the block
   editor
 * Visual indicator in the media library list view for Cloudflare-hosted images
 * Sync variants from your Cloudflare account with a single click
 * Migrate Cloudflare-hosted images back to local storage with an interactive wizard
 * Activity log viewer for debugging

### Source Code

The source code for this plugin, including all TypeScript/JavaScript source files
and build tools, is publicly available on GitHub:

https://github.com/tanyunus/flare-load

To rebuild compiled assets from source:

 1. Install dependencies: npm install
 2. Build assets: node build.js

Source files are located in the src/ directory of the repository. The build tool
is esbuild for TypeScript/JavaScript and Sass for CSS.

### Third-party Services

This plugin communicates with the **Cloudflare Images API** to upload, retrieve,
and delete images. Requests are made when you upload an image to Cloudflare from
the media library, delete a Cloudflare-hosted image, or sync your image variants
from the plugin settings page.

Your Cloudflare Account ID, API Token, and uploaded image files are transmitted 
to Cloudflare’s servers.

 * [Cloudflare Images documentation](https://developers.cloudflare.com/images/)
 * [Cloudflare Privacy Policy](https://www.cloudflare.com/privacypolicy/)
 * [Cloudflare Terms of Service](https://www.cloudflare.com/terms/)

## 屏幕截图

 * [[
 * Plugin settings page with API credentials and variant management.
 * [[
 * Media library list view showing the Cloudflare location badge.
 * [[
 * Block editor with the “Upload to Cloudflare” button on image blocks.
 * [[
 * [[
 * [[

## 安装

 1. Upload the `flare-load` folder to the `/wp-content/plugins/` directory, or install
    it via the WordPress plugin screen.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **FlareLoad** in the admin menu and enter your Cloudflare credentials.
 4. Click **Sync Variants** to import your Cloudflare image variants.
 5. Set a default variant and save.

## 常见问题

### Where do I find my Cloudflare Account ID?

Log in to the Cloudflare dashboard. Your Account ID is displayed on the right-hand
side of the main dashboard page, under **API**.

### Where do I find my Account Hash?

In the Cloudflare dashboard, go to **Images**. The delivery URL shown in the sidebar
contains your Account Hash in the format `https://imagedelivery.net/{account_hash}/`.

### How do I create an API Token?

Go to **My Profile  API Tokens** in the Cloudflare dashboard. Create a token with
the **Cloudflare Images: Edit** permission scoped to your account.

### Will my existing media be affected?

No. FlareLoad only intercepts uploads where you explicitly choose to upload to Cloudflare.
Existing media and standard uploads are unaffected.

### What happens to local files after upload?

By default, local files are deleted after a successful Cloudflare upload to save
disk space. You can change this behaviour in the plugin settings under **File Management**.

### What happens to Cloudflare images when I delete from the media library?

By default, deleting an attachment from the WordPress media library also removes
it from Cloudflare Images. You can disable this in the plugin settings.

### Is FlareLoad compatible with image optimisation plugins such as Smush, ShortPixel, or Imagify?

It depends on your File Management setting. If **Delete local file after upload**
is enabled (the default), the local copy is removed once an image is uploaded to
Cloudflare, so optimisation plugins will not be able to process it. If you rely 
on a local optimisation plugin, enable **Keep local file after upload** in the FlareLoad
settings.

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

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

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

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.4

 * Rename: plugin renamed from FlarePress to FlareLoad.

#### 1.0.3

 * Fix: address all WP.org Plugin Check warnings (nonce verification, direct DB 
   queries, error_log usage).
 * Fix: move wp_enqueue_script calls from admin_print_footer_scripts to admin_enqueue_scripts
   with defer strategy.
 * Fix: standardize all function/option/class prefixes to flarep_ for WP.org compliance.
 * Feat: detect open post editor sessions before migration and warn user with post
   list.
 * Feat: add Re-check button to editor lock warning for seamless flow.

#### 1.0.2

 * Fix: rename function prefix from fp_ to flarep_ for WP.org naming compliance.
 * Fix: make incomplete setup notice dismissible with user meta persistence.
 * Fix: move log file from plugin directory to uploads/flare-load/ per WP.org guidelines.
 * Fix: lower admin menu position to 80.
 * Fix: exclude assets/ folder from release zip.
 * Docs: add source code link and build instructions to readme.

#### 1.0.1

 * Fix: thumbnail URLs in media library list view now display correctly instead 
   of filesystem paths.
 * Fix: “Attached To” column in migrate page now correctly detects posts using Cloudflare
   images uploaded via the media grid.
 * Fix: “Images attached to posts/pages” scope now finds images referenced in post
   content, not only those with a direct post parent.
 * Fix: replaced fopen/fread/fclose with WP_Filesystem in Logger for WPCS compliance.
 * Fix: wrapped exception message variables with esc_html() in CloudflareImagesApi
   and MigrationController.
 * Fix: removed deprecated load_plugin_textdomain() call (auto-loaded by WordPress
   since 4.6).

#### 1.0.0

 * Initial release.
 * Direct upload to Cloudflare Images from the media library and block editor.
 * Cloudflare image variant support with per-image variant selection.
 * Visual location badge in media library list view.
 * Activity log viewer for debugging.
 * Migrate to Local tool to move Cloudflare-hosted images back to WordPress.

## 额外信息

 *  版本 **1.0.4**
 *  最后更新：**5 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.9 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/flare-load/)
 * 标签
 * [cdn](https://cn.wordpress.org/plugins/tags/cdn/)[cloudflare](https://cn.wordpress.org/plugins/tags/cloudflare/)
   [images](https://cn.wordpress.org/plugins/tags/images/)[media](https://cn.wordpress.org/plugins/tags/media/)
   [upload](https://cn.wordpress.org/plugins/tags/upload/)
 *  [高级视图](https://cn.wordpress.org/plugins/flare-load/advanced/)

## 评级

尚未提交反馈。

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

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

## 贡献者

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

## 支持

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

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