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.


Top ↑

Source Source

File: packages/woocommerce-admin/src/Notes/Notes.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.