WC_Admin_List_Table_Coupons::render_amount_column
Render column: amount.
Метод класса: WC_Admin_List_Table_Coupons{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->render_amount_column();
Код WC_Admin_List_Table_Coupons::render_amount_column() WC Admin List Table Coupons::render amount column WC 10.3.5
protected function render_amount_column() {
echo esc_html( wc_format_localized_price( $this->object->get_amount() ) );
}