Automattic\WooCommerce\Internal\Admin
WcPayWelcomePage::__construct
WCPayWelcomePage constructor.
Method of the class: WcPayWelcomePage{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WcPayWelcomePage = new WcPayWelcomePage(); $WcPayWelcomePage->__construct();
WcPayWelcomePage::__construct() WcPayWelcomePage:: construct code WC 10.8.1
public function __construct() {
$this->suggestion_incentives = wc_get_container()->get( PaymentsExtensionSuggestionIncentives::class );
}