answers on "Show Plugin Compatibility on Plugins Page"
yes that is a great idea it would be better if they Show Plugin Compatibility on Plugins Page
View ArticleJose on "standard wordpress action hook to clear cache for cache plugins"
As many users know, server cache could be very nice, but sometimes a little annoying. I think it would be great to have a standard WordPress action hook and function to clear the cache. So all plugins...
View ArticleIpstenu (Mika Epstein) on "standard wordpress action hook to clear cache for...
Wouldn't you still be at the behest of a plugin hooking into wp_clear_cache_by_all_server_cache_plugins ? Because asking core to support all the hundreds of cache plugins isn't sustainable.
View ArticleJose on "standard wordpress action hook to clear cache for cache plugins"
WP core should just invite cache plugins authors to add add_action( 'wp_clear_cache_by_all_server_cache_plugins','cache_plugin_function_name' ); in their code, nothing else. And plugin authors should...
View ArticleIpstenu (Mika Epstein) on "standard wordpress action hook to clear cache for...
Alas that isn't how the plugin review system works. There is no robot. There's ... well. There's me and a couple other people. And the reality is people just ... won't. Which means the function will be...
View ArticleSiam ลอตเตอรี่ on "standard wordpress action hook to clear cache for cache...
Many cache plugins have setting up for the purge/expired cache. And you can try w3 total cache, It can action hook to clear cache for you.
View ArticleJose on "standard wordpress action hook to clear cache for cache plugins"
Of course almost all cache plugins give you this function. This is not the point. The idea is to have a standard function to clear the cache, no matter what cache plugin is installed. If you have this...
View ArticlePuja on "standard wordpress action hook to clear cache for cache plugins"
Thats great and what i also expect that by default logged in user should be avoided from caching when we use full site delivery with any cdn. Wordpress should have by default an option to not to cache...
View ArticleIpstenu (Mika Epstein) on "standard wordpress action hook to clear cache for...
Thats great and what i also expect that by default logged in user should be avoided from caching when we use full site delivery with any cdn. WordPress doesn't have a CDN, so you would want to...
View Articlejohnhnmac on "standard wordpress action hook to clear cache for cache plugins"
I have problem while developing a theme to recheck the changes but due to cache some times I lost what actually going wring to not update it.
View ArticleApkextractor on "standard wordpress action hook to clear cache for cache...
yeah! That's a welcoming update. By default, it will not cache for the logged users, WordPress should build an option to delete the cache of logged users and even the public cache, that would be great!...
View ArticleSabrina on "standard wordpress action hook to clear cache for cache plugins"
Hello Jose and thanks for this tips. So if I understand, when i call this function, the wordpress cache is cleared right ? So, i don't need others plugins like WP Rocket ?
View ArticleJose on "standard wordpress action hook to clear cache for cache plugins"
Hi Sabrina. No, this function would just trigger the "clearing function" of the cache plugin that is installed. It was nice to have a standard WordPress core function that could be used by plugins and...
View ArticleIpstenu (Mika Epstein) on "standard wordpress action hook to clear cache for...
No, this function would just trigger the "clearing function" of the cache plugin that is installed. I must stress this, it would trigger if and only if the plugin hooked into the function. All plugins...
View Article