WC_Admin_Log_Table_List::__construct()

Initialize the log table list.


Description Description


Source Source

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

	public function __construct() {
		parent::__construct(
			array(
				'singular' => 'log',
				'plural'   => 'logs',
				'ajax'     => false,
			)
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.