rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
229 stars 121 forks source link

Use home_url() in custom purge URLs #221

Closed chandrapatel closed 4 years ago

chandrapatel commented 4 years ago

Becasue home and site url could be different.

chandrapatel commented 4 years ago

@chandrapatel is there a related issue / discussion, which lead to this change? If so, could you please add it here would be helpful to track.

@thrijith There is no issue or discussion going on. I made change because cache key generate based on front facing domain which we can get using home_url(). Some installation have site admin domain and front domain could be different so.

chandrapatel commented 4 years ago

@chandrapatel is there a related issue / discussion, which lead to this change? If so, could you please add it here would be helpful to track.

Reference - #129