WC_Product::get_purchase_note PHP 메소드

get_purchase_note() 공개 메소드

Get purchase note.
부터: 2.7.0
public get_purchase_note ( string $context = 'view' ) : string
$context string
리턴 string
    public function get_purchase_note($context = 'view')
    {
        return $this->get_prop('purchase_note', $context);
    }
WC_Product