WC_Customer_Download::get_product_id
Get product id.
Метод класса: WC_Customer_Download{}
Хуков нет.
Возвращает
integer.
Использование
$WC_Customer_Download = new WC_Customer_Download(); $WC_Customer_Download->get_product_id( $context );
- $context(строка)
- What the value is for. Valid values are
'view'and'edit'.
По умолчанию:'view'
Код WC_Customer_Download::get_product_id() WC Customer Download::get product id WC 11.1.0
public function get_product_id( $context = 'view' ) {
return $this->get_prop( 'product_id', $context );
}