WC_Admin_Log_Table_List::__construct
Initialize the log table list.
Method of the class: WC_Admin_Log_Table_List{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Admin_Log_Table_List = new WC_Admin_Log_Table_List(); $WC_Admin_Log_Table_List->__construct();
WC_Admin_Log_Table_List::__construct() WC Admin Log Table List:: construct code WC 10.6.2
public function __construct() {
parent::__construct(
array(
'singular' => 'log',
'plural' => 'logs',
'ajax' => false,
)
);
}