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