Automattic\WooCommerce\Internal\Admin
RemoteInboxNotifications::__construct
Hook into WooCommerce.
Method of the class: RemoteInboxNotifications{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RemoteInboxNotifications = new RemoteInboxNotifications(); $RemoteInboxNotifications->__construct();
RemoteInboxNotifications::__construct() RemoteInboxNotifications:: construct code WC 10.4.3
public function __construct() {
if ( Features::is_enabled( 'remote-inbox-notifications' ) ) {
RemoteInboxNotificationsEngine::init();
}
}