leemn
Forum Replies Created
-
Forum: Plugins
In reply to: [The Cache Purger] Feature RequestHi Kevin,
There are situations where I will have more than a single site using the same database id but have a different redis prefix/key. Having this prefix/key allows me to purge only those items. A good example of this option is shown in the plugin created by Till Krüss “Redis Object Cache”
Forum: Plugins
In reply to: [The Cache Purger] Feature – Divi CacheIgnore this request. After look at the code I notice you have Divi in the plugins cache.. Thanks again!
Sure, I’ve provided some examples of how one might use the functionality. However, having the ability to add a new website/domain to the service without have to add it manually would be top of the list.
1 – Ability to add new website/domain to a service ( Antispam, SiteSecurity )
wp-cli cleantalk create-account –hostaccesskey 1234567 –service antispam –domain testme.com
2 – Get the accesskey and apply it to the site
wp-cli cleantalk getaccesskey –hostaccesskey 1234567 –service antispam –domain testme.com
3 – Change settings for the local plugin ( Could apply to any setting )
wp-cli cleantalk spamfirewall on
wp-cli cleantalk commentsform onI figured out a way to handle the automatic key activation using some custom php code. Still would be nice if you could disable rate limiting for unlimited license holders..