options_helper = $options_helper; } /** * Stores the version the user was on when an action was first performed. * * @param string $action_to_track The action to track. * * @return void */ public function track_version_for_performed_action( string $action_to_track ): void { $this->options_helper->set( $action_to_track, \WPSEO_VERSION ); } }