WC_Product::set_downloadable PHP Метод

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

Set if the product is downloadable.
С версии: 2.7.0
public set_downloadable ( $downloadable )
    public function set_downloadable($downloadable)
    {
        $this->set_prop('downloadable', wc_string_to_bool($downloadable));
    }
WC_Product