WC_Admin_Webhooks_Table_List::__construct()

Initialize the webhook table list.


Description Description


Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

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