Rename filter that removes plugin/theme from data sent to wp.org API

See #578
This commit is contained in:
Yahnis Elsts 2024-10-16 16:35:25 +03:00
parent dce70db088
commit 8d785d75ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;