edd_log_terms_and_privacy_times( $payment_id, $payment_data )
Log the privacy and terms timestamp for the last completed purchase for a customer.
Description Description
Stores the timestamp of the last time the user clicked the ‘complete purchase’ button for the Agree to Terms and/or Privacy Policy checkboxes during the checkout process.
Parameters Parameters
- $payment_id
-
(Required)
- $payment_data
-
(Required)
Return Return
(void)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |