orphaned_product_variants_cleaner_timer = $orphaned_product_variants_cleaner_timer; } /** * @since 0.9.22 */ public function migrate() { if(\Affilicious::VERSION >= '0.9.22' && get_option(self::OPTION) != 'yes') { $this->orphaned_product_variants_cleaner_timer->activate(); update_option(self::OPTION, 'yes'); } } }