If you automate WordPress updates with wp-cli
you might regularly install updates to any number of plugins that modify and update CSS or other things that effect the visual appearance of the site. So after an update your site might look funny
So it might be neccessary to clear caches at update time so they rebuild based on the updated core/theme/plugin's
Each caching plugin should have some wp-cli
commands to run to clear it's cache
https://www.wpfastestcache.com/features/wp-cli-commands

If it doesn't you might need to find the cache clearing function and create a wp-cli
command to do it
0 Comments