WC_Admin_List_Table_Products::render_price_column()
Render column: price.
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_price_column();
WC_Admin_List_Table_Products::render_price_column() WC Admin List Table Products::render price column code WC 9.4.2
protected function render_price_column() { echo $this->object->get_price_html() ? wp_kses_post( $this->object->get_price_html() ) : '<span class="na">–</span>'; }