WC_Customer_Download::set_access_granted()
Set access_granted.
Method of the class: WC_Customer_Download{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->set_access_granted( $date );
- $date(string|int|null)
- UTC timestamp, or ISO 8601 DateTime. If the DateTime string has no timezone or offset, WordPress site timezone will be assumed. Null if their is no date.
Default: null
WC_Customer_Download::set_access_granted() WC Customer Download::set access granted code WC 9.4.2
public function set_access_granted( $date = null ) { $this->set_date_prop( 'access_granted', $date ); }