PluginProbe
Translate and boost SEO – Automatic AI translation – wpLingua / 2.16.8
Translate and boost SEO – Automatic AI translation – wpLingua v2.16.8
2.16.8 2.16.7 2.16.6 2.16.5 2.16.4 2.16.3 2.16.2 2.16.1 2.16.0 2.15.2 2.15.1 2.15.0 2.14.3 2.14.2 2.14.1 2.14.0 2.13.1 2.13.0 2.12.3 2.12.2 2.12.1 trunk 1.0.3 1.0.4 1.0.5 All 113 releases
← All changes | inc/cache.php +7 -7 2.16.02.16.8 View file →
@@ -112,15 +112,15 @@
112 112 wpfc_clear_all_cache();
113 113 }
114 114
115 115 // WP Rocket
116 - if ( function_exists( 'rocket_clean_domain' ) ) {
117 - if ( did_action( 'wp_rocket_loaded' ) ) {
118 - rocket_clean_domain();
119 - } else {
120 - add_action( 'wp_rocket_loaded', 'rocket_clean_domain' );
121 - }
122 - }
116 + if ( function_exists( 'rocket_clean_domain' ) ) {
117 + if ( did_action( 'wp_rocket_loaded' ) ) {
118 + rocket_clean_domain();
119 + } else {
120 + add_action( 'wp_rocket_loaded', 'rocket_clean_domain' );
121 + }
122 + }
123 123
124 124 // Autoptimize
125 125 if ( class_exists( 'autoptimizeCache' )
126 126 && method_exists( 'autoptimizeCache', 'clearall' )