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