WC_Customer_Download_Log::set_user_id()
Set user id.
Method of the class: WC_Customer_Download_Log{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_Customer_Download_Log = new WC_Customer_Download_Log(); $WC_Customer_Download_Log->set_user_id( $value );
- $value(int) (required)
- Value to set.
WC_Customer_Download_Log::set_user_id() WC Customer Download Log::set user id code WC 9.6.0
public function set_user_id( $value ) { $this->set_prop( 'user_id', absint( $value ) ); }