WC_Admin_API_Keys_Table_List::__construct()

Initialize the API key table list.


Description Description


Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

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