Automattic\WooCommerce\Admin\Notes
SellingOnlineCourses::__construct() public WC 1.0
Attach hooks.
{} Это метод класса: SellingOnlineCourses{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$SellingOnlineCourses = new SellingOnlineCourses(); $SellingOnlineCourses->__construct();
Код SellingOnlineCourses::__construct() SellingOnlineCourses:: construct WC 5.0.0
public function __construct() {
add_action(
'update_option_' . Onboarding::PROFILE_DATA_OPTION,
array( $this, 'check_onboarding_profile' ),
10,
3
);
}