Automattic\WooCommerce\Internal\Admin
RemoteInboxNotifications::__construct
Hook into WooCommerce.
Метод класса: RemoteInboxNotifications{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$RemoteInboxNotifications = new RemoteInboxNotifications(); $RemoteInboxNotifications->__construct();
Код RemoteInboxNotifications::__construct() RemoteInboxNotifications:: construct WC 10.4.3
public function __construct() {
if ( Features::is_enabled( 'remote-inbox-notifications' ) ) {
RemoteInboxNotificationsEngine::init();
}
}