Automattic\WooCommerce\Internal\Admin

WcPayWelcomePage::__constructpublicWC 1.0

WCPayWelcomePage constructor.

Method of the class: WcPayWelcomePage{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

WcPayWelcomePage::__construct() code WC 10.8.1

public function __construct() {
	$this->suggestion_incentives = wc_get_container()->get( PaymentsExtensionSuggestionIncentives::class );
}