Automattic\WooCommerce\Internal\Admin\Agentic
AgenticSettingsPage::__construct
Constructor.
Method of the class: AgenticSettingsPage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AgenticSettingsPage = new AgenticSettingsPage(); $AgenticSettingsPage->__construct();
AgenticSettingsPage::__construct() AgenticSettingsPage:: construct code WC 10.4.3
public function __construct() {
// No hooks needed - used by AgenticCommerceIntegration class.
}