WC_Product::get_downloadable PHP Метод

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

Get downloadable.
С версии: 2.7.0
public get_downloadable ( string $context = 'view' ) : boolean
$context string
Результат boolean
    public function get_downloadable($context = 'view')
    {
        return $this->get_prop('downloadable', $context);
    }
WC_Product