Title: reBusted!
Author: Simon Prosser
Published: <strong>2018 年 2 月 15 日</strong>
Last modified: 2024 年 10 月 10 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# reBusted!

 作者：[Simon Prosser](https://profiles.wordpress.org/pross/)

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

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

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

## 描述

Saves you from asking “have you emptied your cache?”.

Forked and updated for todays WordPress and PHP from the original plugin by Paul
Clark.

**Features**

 * Safe to leave running on live sites.
 * Only refreshes browser cache for a file if it has been modified.
 * Resolves Content Delivery Network (CDN) issues. No need to purge CDN cache.
 * Multisite compatible.
 * “Just works” – no configuration necessary.

**Requirements**

Requires scripts use any of the below functions to load. Almost all files meet these
requirements. The only case it doesn’t account for is when URLs are hard-coded. 
This shouldn’t ever be done, since it can break sites for other reasons.

 * [wp_enqueue_style](https://codex.wordpress.org/Function_Reference/wp_enqueue_style)
 * [wp_enqueue_script](https://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 * [get_stylesheet_uri](https://codex.wordpress.org/Function_Reference/get_stylesheet_uri)

## 安装

 1. Search for “reBusted” under `WordPress Admin > Plugins > Add New`
 2. Install the plugin.
 3. Activate the plugin.

## 评价

![](https://secure.gravatar.com/avatar/1cdb5d6b7199eb0bca23a8233ffea96598bb124e41411a7c1d1d6b641731288c?
s=60&d=retro&r=g)

### 󠀁[Do the job as described, good work!](https://wordpress.org/support/topic/work-as-described-good-work/)󠁿

 [carlostalaga](https://profiles.wordpress.org/catonfire/) 2023 年 11 月 20 日

I use it on different hosting platforms, and it works perfectly.

![](https://secure.gravatar.com/avatar/ca481b56965d51c2202d6b74d3e6567908a142d529dc39061546a1acef255af2?
s=60&d=retro&r=g)

### 󠀁[A must](https://wordpress.org/support/topic/a-must-106/)󠁿

 [Lovro Hrust](https://profiles.wordpress.org/lovor/) 2023 年 10 月 5 日

This is a great tool for advanced developer. It saves you from manually versioning
your css/scripts or devising your own versioning solutions based on system time 
which would reload css/js every time, slowing a page load. This ensures only changed
styles/scripts are reloaded. Five stars!

![](https://secure.gravatar.com/avatar/474e4d55b9cb9015ebd0052c743bb5a88875beb217b986a12371b5ddbca7ead1?
s=60&d=retro&r=g)

### 󠀁[Lo máximo](https://wordpress.org/support/topic/lo-maximo-16/)󠁿

 [juvesu](https://profiles.wordpress.org/juvesu/) 2023 年 5 月 25 日

muy bueno, simple y poderoso

![](https://secure.gravatar.com/avatar/67ca6bbc5eb71fa514bcabeaffd4520447a86f851fde2d1bb81ffdc2a4230876?
s=60&d=retro&r=g)

### 󠀁[Just works](https://wordpress.org/support/topic/just-works-696/)󠁿

 [Taco Loco](https://profiles.wordpress.org/weavebranding/) 2022 年 2 月 8 日

Activate and relax. Must use plugin on all our sites.

![](https://secure.gravatar.com/avatar/d17c9efc6a6698306da99f672f9f2e2babafdff192b60c68bcc10e02f80355c8?
s=60&d=retro&r=g)

### 󠀁[Works very well](https://wordpress.org/support/topic/works-very-well-603/)󠁿

 [mcostam1985](https://profiles.wordpress.org/mcostam1985/) 2021 年 9 月 21 日

It does the job. You upload or do changes to the css, js of the site, and with just
pressing the F5, everybody gets the new changes.

![](https://secure.gravatar.com/avatar/9fcf7fa12e996647a17852aa9ab5581ce7f322c48d26117d9296bc97c2b88bd4?
s=60&d=retro&r=g)

### 󠀁[Saved my day.](https://wordpress.org/support/topic/saved-my-day-45/)󠁿

 [rika13](https://profiles.wordpress.org/rikamaa/) 2021 年 2 月 23 日

The style.css just wouldn’t update any more, nothing I did helped. Version numbers,
flushing caches, tried all the tricks I found in the net. The domain and site owner
wouldn’t answer my msgs. After hours of frusration I installed this, and.. aaaaahh!
Like sunshine after a year of rain. Thank you for this plugin. Great work.

 [ 阅读所有11条评价 ](https://wordpress.org/support/plugin/rebusted/reviews/)

## 贡献者及开发者

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

贡献者

 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)

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

### 对开发感兴趣吗?

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

## 更新日志

#### 1.2

 * Fixed PHP warnings when poorly coded plugins use wp_enqueue_script() wrong.

#### 1.1

 * Fixed fatal error on ancient PHP versions.

#### 1.0

 * Forked from original Busted! plugin and updated for todays WordPress/PHP.
 * PHPUnit tests added.

## 额外信息

 *  版本 **1.2**
 *  最后更新：**2 年前**
 *  活跃安装数量 **6,000+**
 *  WordPress 版本 ** 3.4 或更高版本 **
 *  已测试的最高版本为 **6.7.5**
 *  语言
 * [English (US)](https://wordpress.org/plugins/rebusted/)
 * 标签
 * [browser cache](https://cn.wordpress.org/plugins/tags/browser-cache/)[clear](https://cn.wordpress.org/plugins/tags/clear/)
   [Client](https://cn.wordpress.org/plugins/tags/client/)[debug](https://cn.wordpress.org/plugins/tags/debug/)
   [develop](https://cn.wordpress.org/plugins/tags/develop/)
 *  [高级视图](https://cn.wordpress.org/plugins/rebusted/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  11 条 5 星评价     ](https://wordpress.org/support/plugin/rebusted/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/rebusted/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/rebusted/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/rebusted/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/rebusted/reviews/?filter=1)

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

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

## 贡献者

 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)

## 支持

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

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