WC_Admin_List_Table_Products::render_sku_column()

Render column: sku.


Description Description


Source Source

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

	protected function render_sku_column() {
		echo $this->object->get_sku() ? esc_html( $this->object->get_sku() ) : '<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.