Automattic\WooCommerce\Internal\Admin\Notes

SellingOnlineCourses::__construct()publicWC 1.0

Attach hooks.

Method of the class: SellingOnlineCourses{}

No Hooks.

Return

null. Nothing (null).

Usage

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

SellingOnlineCourses::__construct() code WC 8.7.0

public function __construct() {
	add_action(
		'update_option_' . OnboardingProfile::DATA_OPTION,
		array( $this, 'check_onboarding_profile' ),
		10,
		3
	);
}