WC_Admin_List_Table_Coupons::render_amount_column()

Render columm: amount.


Description Description


Source Source

File: includes/admin/list-tables/class-wc-admin-list-table-coupons.php

	protected function render_amount_column() {
		echo esc_html( wc_format_localized_price( $this->object->get_amount() ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.