plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -39,5 +39,10 @@ class ComingSoonCacheInvalidator {
)
);
}
// Invalidate the SiteGround Speed Optimizer cache.
if ( function_exists( '\sg_cachepress_purge_cache' ) ) {
\sg_cachepress_purge_cache();
}
}
}