diff --git a/Puc/v5p4/UpdateChecker.php b/Puc/v5p4/UpdateChecker.php index f256c2f..1b3fe3c 100644 --- a/Puc/v5p4/UpdateChecker.php +++ b/Puc/v5p4/UpdateChecker.php @@ -294,7 +294,7 @@ if ( !class_exists(UpdateChecker::class, false) ): //Plugins and themes can disable this feature by using the filter below. if ( !apply_filters( - $this->getUniqueName('remove_from_core_update_check'), + $this->getUniqueName('remove_from_default_update_checks'), true, $this, $args, $url ) ) { return $args;