Install old Plugin version and disbale update in Functions
-
The plugin is still a must have in my opinion so I uninstalled the plugin completly with instructions on this forum with clear and optimized options. I had an old version before the horror updates this week. And I found a code to disbable the plugin updates, because you will see all the time there is a new update with a large note with updates in your plugin screen, which is very annoying.
Place this after you install the old version, in the functions.php and you don’t see that there is a new update from w3total cache. Thanks for this script : Manpreet Singh Rehsi
function stop_plugin_update( $value ) { unset( $value->response['w3-total-cache/w3-total-cache.php'] ); return $value; } add_filter( 'site_transient_update_plugins', 'stop_plugin_update' );
I will have this in my functions.php till I see a green thing with works on this plugin site, than I can remove the function. I have installed the old version of w3total cache and I have my A status back on GTmetrix and also my site is fast as it was before.
Regards
Danielle
- The topic ‘Install old Plugin version and disbale update in Functions’ is closed to new replies.