Deskripsi
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.
Instalasi
- Search for “reBusted” under
WordPress Admin > Plugins > Add New
- Install the plugin.
- Activate the plugin.
Ulasan
Kontributor & Pengembang
“reBusted!” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
KontributorTerjemahkan “reBusted!” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
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.