PluginProbe
Yoast SEO – Advanced SEO with real-time guidance and built-in AI / 28.5
Yoast SEO – Advanced SEO with real-time guidance and built-in AI v28.5
28.5 28.4 28.3 28.2 28.1 28.0 27.9 27.8 27.7 27.6 27.5 trunk 18.0 18.1 18.2 18.3 18.4 18.4.1 18.5 18.5.1 18.6 18.7 18.8 18.9 19.0 All 129 releases
← All changes | src/integrations/uninstall-integration.php +2 -2 18.428.5 View file →
@@ -24,9 +24,9 @@
24 24
25 25 /**
26 26 * Performs all necessary actions that should happen upon plugin uninstall.
27 27 *
28 - * @return void.
28 + * @return void
29 29 */
30 30 public function wpseo_uninstall() {
31 31 $this->clear_import_statuses();
32 32 }
@@ -33,9 +33,9 @@
33 33
34 34 /**
35 35 * Clears the persistent import statuses.
36 36 *
37 - * @return void.
37 + * @return void
38 38 */
39 39 public function clear_import_statuses() {
40 40 $yoast_options = \get_site_option( 'wpseo' );
41 41