LLMS_Order::set_date( string $date_key, string $date_val )
Date field setter for date fields that require things to be updated when their value changes This is mainly used to allow updating dates which are editable from the admin panel which should trigger additional actions when updated
Description Description
Settable dates: date_next_payment, date_trial_end, date_access_expires
Parameters Parameters
- $date_key
-
(Required) date field to set
- $date_val
-
(Required) date string or a unix time stamp
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |