WC_Product::get_sold_individually PHP Метод

get_sold_individually() публичный Метод

Return if should be sold individually.
С версии: 2.7.0
public get_sold_individually ( string $context = 'view' ) : boolean
$context string
Результат boolean
    public function get_sold_individually($context = 'view')
    {
        return $this->get_prop('sold_individually', $context);
    }
WC_Product