=== Update Page Cache ===
Contributors: giuse
Donate link:
Tags: update cache, page cache
Requires at least: 4.6
Tested up to: 5.5
Stable tag: 0.0.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Update Page Cache flushes and generates again the page cache. Compatible with W3 Total Cache, WP Fastest Cache, WP Super Cache, WP Optimize.
== Description ==
Update Page Cache flushes and generates again the page cache.
The actual version supports W3 Total Cache, WP Fastest Cache, WP Super Cache, and WP Optimize.
When you modify a page and save it, usually caching plugins automatically clear the cache of that page, but you need to visit again the page to generate again the cache.
Update Page Cache adds a button on every single page, post and custom post type that you can click to automatically clear and regenerate the cache of that page.
When you edit a single post or page, then click on the "Update Page Cache" button, and you will always have pages served by updated cache.
== Installation ==
1. Upload the entire `update-page-cache` folder to the `/wp-content/plugins/` directory or install it using the usual installation button in the Plugins administration page.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. All done. Good job!
== Changelog ==
= 0.0.2 =
* Fixed: Header already sent
= 0.0.1 =
* Initial release