WC_Order::get_customer_note( string $context = 'view' )
Get customer note.
Description Description
Parameters Parameters
- $context
-
(Optional) What the value is for. Valid values are view and edit.
Default value: 'view'
Return Return
(string)
Source Source
File: includes/class-wc-order.php
public function get_customer_note( $context = 'view' ) { return $this->get_prop( 'customer_note', $context ); }