WC_Admin_List_Table_Products::render_price_column()

Render column: price.


Description Description


Source Source

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

	protected function render_price_column() {
		echo $this->object->get_price_html() ? wp_kses_post( $this->object->get_price_html() ) : '<span class="na">&ndash;</span>';
	}

Top ↑

User Contributed Notes User Contributed Notes

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