importSettings(); $this->importPostMeta(); $this->importTermMeta(); return; } foreach ( $options as $optionName ) { switch ( $optionName ) { case 'settings': $this->importSettings(); break; case 'postMeta': $this->postMeta->scheduleImport(); break; default: break; } } } }