WordPress-Plugin
WordPress-Plugin copied to clipboard
The Official Fastly WordPress Plugin
Right now, while it's certainly possible, it can get a bit complicated to set up purging of custom surrogate keys. If I want to purge a key based on a...
It appears that there are a handful of util functions that aren't prefixed `purgely_`. These are all potential plugin conflicts. Any reason it can't be prefixed also?
In the class Purgely_Settings_Page, the function settings_errors() from WordPress Core is called in an admin_menu hook. There are a couple issues with this. * The plugin does not check that...
Does this pluggin support the cache of the Wordpress REST API?
Please add a check before appending with query string to make sure it's a value higher than 0.
For example, if you have most posts created by a single author you probably don’t want every post purged when any one of them changes, so you could use: ```...
Fixes: #75 WordPress allows password protecting pages, per https://wordpress.org/support/article/using-password-protection/ When the end-user enters a password, WordPress sets a cookie value prefixed `wp-postpass_` followed by a hash for the URL. Previously,...
... because the cookies that WordPress looks for are always stripped, except for logged-in users. I submitted a PR that *might* be a suitable workaround: https://github.com/fastly/WordPress-Plugin/pull/74
Hello, When a post is saved, the following keys typically get purged: 200 - OK - Purging Keys *p- a-0 tm-post tm-home tm-feed holos tm-404 home rss However, that leaves...
it would be nice to have a purge-by-key box near the purge-by-url and purge-all button also the styling around the "purge all" button has always bothered me :)