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/util.php +3 -3 2.16.02.16.8 View file →
@@ -67,12 +67,12 @@
67 67
68 68 if ( ! is_string( $str )
69 69 || trim( $str ) === ''
70 70 || ! wplng_str_contains( $str, '/' )
71 - || wplng_str_starts_with( $str, 'GlotPress/' ) // JSON WP translation system
71 + || wplng_str_starts_with( $str, 'GlotPress/' ) // JSON WP translation system
72 72 || wplng_str_starts_with( $str, 'wpgb-content-block/' ) // Plugin: WP Grid Builder
73 - || wplng_str_starts_with( $str, '/wc/store/v1' ) // Plugin: WooCommerce
74 - || wplng_str_starts_with( $str, 'contact-form-7/v1' ) // Plugin: Contact Form 7
73 + || wplng_str_starts_with( $str, '/wc/store/v1' ) // Plugin: WooCommerce
74 + || wplng_str_starts_with( $str, 'contact-form-7/v1' ) // Plugin: Contact Form 7
75 75 ) {
76 76 return false;
77 77 }
78 78