WC_Admin_List_Table_Coupons::render_type_column()protectedWC 1.0

Render column: type.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->render_type_column();

Код WC_Admin_List_Table_Coupons::render_type_column() WC 8.7.0

protected function render_type_column() {
	echo esc_html( wc_get_coupon_type( $this->object->get_discount_type() ) );
}