diff --git a/projects/plugins/wpcomsh/changelog/remove-wp-check b/projects/plugins/wpcomsh/changelog/remove-wp-check new file mode 100644 index 0000000000000..a3e4284b93ca8 --- /dev/null +++ b/projects/plugins/wpcomsh/changelog/remove-wp-check @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Remove the Site Health check for current WP version, which is managed on Atomic hosting. diff --git a/projects/plugins/wpcomsh/feature-plugins/wordpress-mods.php b/projects/plugins/wpcomsh/feature-plugins/wordpress-mods.php index 06c50c1123353..8502670255359 100644 --- a/projects/plugins/wpcomsh/feature-plugins/wordpress-mods.php +++ b/projects/plugins/wpcomsh/feature-plugins/wordpress-mods.php @@ -218,6 +218,7 @@ function wpcomsh_limit_post_revisions() { function wpcomsh_site_status_tests_disable( $tests ) { unset( $tests['direct']['plugin_version'] ); unset( $tests['direct']['theme_version'] ); + unset( $tests['direct']['wordpress_version'] ); return $tests; }