Rename filter that removes plugin/theme from data sent to wp.org API
See #578
This commit is contained in:
parent
dce70db088
commit
8d785d75ac
|
|
@ -294,7 +294,7 @@ if ( !class_exists(UpdateChecker::class, false) ):
|
||||||
|
|
||||||
//Plugins and themes can disable this feature by using the filter below.
|
//Plugins and themes can disable this feature by using the filter below.
|
||||||
if ( !apply_filters(
|
if ( !apply_filters(
|
||||||
$this->getUniqueName('remove_from_core_update_check'),
|
$this->getUniqueName('remove_from_default_update_checks'),
|
||||||
true, $this, $args, $url
|
true, $this, $args, $url
|
||||||
) ) {
|
) ) {
|
||||||
return $args;
|
return $args;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue