Warning: This function has been deprecated.
woocommerce_set_customer_auth_cookie( $customer_id )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_set_customer_auth_cookie( $customer_id ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_set_customer_auth_cookie' ); wc_set_customer_auth_cookie( $customer_id ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |