@@ -49,7 +49,6 @@ |
||
49 | 49 | /** |
50 | 50 | * Record an event in Tracks - this is the preferred way to record events from PHP. |
51 | 51 | * |
52 | - * @param mixed $identity username, user_id, or WP_user object |
|
53 | 52 | * @param string $event_name The name of the event |
54 | 53 | * @param array $properties Custom properties to send with the event |
55 | 54 | * @param int $event_timestamp_millis The time in millis since 1970-01-01 00:00:00 when the event occurred |