/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/Contracts
NameSizeModeActions
TrackData.php3460644editdlrm
TrackEvent.php8680644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Tracking/Contracts/TrackEvent.php (868B)
track = $track; } /** * Record track id and data. * * @since 2.10.0 */ public function record() { $this->track->register($this->eventType, $this->dataClassName); } }