LLMS_Events::store_tracking_events( string $tracking )
Store event data saved in the tracking cookie.
Description Description
Parameters Parameters
- $tracking
-
(Required) The
llms-tracking
data in JSON format.
Return Return
((boolean|WP_Error)) Returns WP_Error when nonce verification fails or unauthenticated user, true
otherwise.
Source Source
File: includes/class-llms-events.php
Changelog Changelog
Version | Description |
---|---|
3.37.14 | Introduced. |