Automattic\WooCommerce\Internal\Admin\Agentic

AgenticSettingsPage::__constructpublicWC 1.0

Constructor.

Method of the class: AgenticSettingsPage{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AgenticSettingsPage = new AgenticSettingsPage();
$AgenticSettingsPage->__construct();

AgenticSettingsPage::__construct() code WC 10.4.3

public function __construct() {
	// No hooks needed - used by AgenticCommerceIntegration class.
}