Automattic\WooCommerce\Internal\Admin\Notes

SellingOnlineCourses::__construct()publicWC 1.0

Attach hooks.

Метод класса: SellingOnlineCourses{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код SellingOnlineCourses::__construct() WC 9.2.3

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