WC_Discounts::get_object()publicWC 3.3.2

Get the object concerned.

Метод класса: WC_Discounts{}

Хуков нет.

Возвращает

Объект.

Использование

$WC_Discounts = new WC_Discounts();
$WC_Discounts->get_object();

Список изменений

С версии 3.3.2 Введена.

Код WC_Discounts::get_object() WC 8.7.0

public function get_object() {
	return $this->object;
}