Fixed WC_Customer->set_display_name @since #15239
This commit is contained in:
parent
be25e49069
commit
72b98cbf5d
|
@ -735,7 +735,7 @@ class WC_Customer extends WC_Legacy_Customer {
|
|||
/**
|
||||
* Set customer's display name.
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @since 3.1.0
|
||||
* @param string $display_name
|
||||
* @throws WC_Data_Exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue