Automattic\WooCommerce\Internal\Admin\Notes
SellingOnlineCourses::__construct
Attach hooks.
Method of the class: SellingOnlineCourses{}
No Hooks.
Returns
null. Nothing (null).
Usage
$SellingOnlineCourses = new SellingOnlineCourses(); $SellingOnlineCourses->__construct();
SellingOnlineCourses::__construct() SellingOnlineCourses:: construct code WC 10.3.5
public function __construct() {
add_action(
'update_option_' . OnboardingProfile::DATA_OPTION,
array( $this, 'check_onboarding_profile' ),
10,
3
);
}