WC_Admin_List_Table::render_blank_state()protectedWC 1.0

Render blank state. Extend to add content.

Method of the class: WC_Admin_List_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->render_blank_state();

WC_Admin_List_Table::render_blank_state() code WC 8.7.0

protected function render_blank_state() {}