rhubarbgroup / redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.
https://wordpress.org/plugins/redis-cache/
GNU General Public License v3.0
427 stars 149 forks source link

Update check if plugin was installed by AccelerateWP #473

Closed martinkrcho closed 1 year ago

martinkrcho commented 1 year ago

This PR changes the way plugin detects if it was installed by AccelerateWP. It relies on specific value of constants WP_REDIS_PATH and WP_REDIS_SCHEME.

It also makes settings screen and links in the plugins list respect the WP_REDIS_DISABLE_BANNERS constant.

tillkruss commented 1 year ago

@martinkrcho Is this ready to be merged?

martinkrcho commented 1 year ago

Yes, @tillkruss. The patch is ready for merge.