WC_Admin_List_Table_Products::render_sku_column()
Render column: sku.
Method of the class: WC_Admin_List_Table_Products{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->render_sku_column();
WC_Admin_List_Table_Products::render_sku_column() WC Admin List Table Products::render sku column code WC 9.8.1
protected function render_sku_column() { echo $this->object->get_sku() ? esc_html( $this->object->get_sku() ) : '<span class="na">–</span>'; }