This commit is contained in:
thanghv 2020-06-01 18:46:24 +07:00
parent e8a6f71029
commit a7a9ff9503
3 changed files with 8 additions and 13 deletions

View file

@ -344,6 +344,7 @@ class MainWP_Child_Stats {
if ( null !== $this->filterFunction ) {
remove_filter( 'pre_transient_update_core', $this->filterFunction, 99 );
}
return $result;
}
private function check_premium_updates( &$information, &$premiumPlugins, &$premiumThemes ) {