WC_Product_Variable::get_downloadable()
Variable products themselves cannot be downloadable.
Method of the class: WC_Product_Variable{}
No Hooks.
Return
true|false
.
Usage
$WC_Product_Variable = new WC_Product_Variable(); $WC_Product_Variable->get_downloadable( $context );
- $context(string)
- What the value is for. Valid values are view and edit.
Default: 'view'
WC_Product_Variable::get_downloadable() WC Product Variable::get downloadable code WC 9.4.2
public function get_downloadable( $context = 'view' ) { return false; }