Notes::record_tracks_event_with_user( int $user_id, string $event_name, array $params )
Record tracks event for a specific user.
Description Description
Parameters Parameters
- $user_id
-
(Required) The user id we want to record for the event.
- $event_name
-
(Required) Name of the event to record.
- $params
-
(Required) The params to send to the event recording.
Source Source
File: packages/woocommerce-admin/src/Notes/Notes.php