WC_Product::get_downloadable PHP Méthode

get_downloadable() public méthode

Get downloadable.
Since: 2.7.0
public get_downloadable ( string $context = 'view' ) : boolean
$context string
Résultat boolean
    public function get_downloadable($context = 'view')
    {
        return $this->get_prop('downloadable', $context);
    }
WC_Product