PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.7.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.7.0
2.7.0 2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 All 48 releases
← All changes | includes/ai/class-language-resolver.php +1 -0 1.27.02.7.0 View file →
@@ -109,8 +109,9 @@
109 109 }
110 110
111 111 // WPML: post language details carry a locale (and always a code).
112 112 if (has_filter('wpml_post_language_details')) {
113 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- WPML/core hook, not ours to name.
113 114 $details = apply_filters('wpml_post_language_details', null, $post_id);
114 115 if (is_array($details)) {
115 116 if (!empty($details['locale']) && is_string($details['locale'])) {
116 117 return $details['locale'];