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