diff --git a/includes/class-wc-customer.php b/includes/class-wc-customer.php index af2221c17e6..8a147baf421 100644 --- a/includes/class-wc-customer.php +++ b/includes/class-wc-customer.php @@ -730,8 +730,9 @@ class WC_Customer extends WC_Legacy_Customer { } /** - * Get shipping_phone. + * Get shipping phone. * + * @since 5.6.0 * @param string $context What the value is for. Valid values are 'view' and 'edit'. * @return string */ @@ -1129,8 +1130,9 @@ class WC_Customer extends WC_Legacy_Customer { } /** - * Set shipping_phone. + * Set shipping phone. * + * @since 5.6.0 * @param string $value Shipping phone. */ public function set_shipping_phone( $value ) { diff --git a/includes/class-wc-order.php b/includes/class-wc-order.php index 8b3cfd98564..1962215143d 100644 --- a/includes/class-wc-order.php +++ b/includes/class-wc-order.php @@ -746,6 +746,7 @@ class WC_Order extends WC_Abstract_Order { /** * Get shipping phone. * + * @since 5.6.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -1246,6 +1247,7 @@ class WC_Order extends WC_Abstract_Order { /** * Set shipping phone. * + * @since 5.6.0 * @param string $value Shipping phone. * @throws WC_Data_Exception Throws exception when invalid data is found. */