WC_Product::get_virtual PHP Method

get_virtual() public method

Get virtual.
Since: 2.7.0
public get_virtual ( string $context = 'view' ) : boolean
$context string
return boolean
    public function get_virtual($context = 'view')
    {
        return $this->get_prop('virtual', $context);
    }
WC_Product