Automattic\WooCommerce\Internal\DependencyManagement\ServiceProviders

OrderMetaBoxServiceProvider::register()publicWC 1.0

Register the classes.

Method of the class: OrderMetaBoxServiceProvider{}

No Hooks.

Return

null. Nothing (null).

Usage

$OrderMetaBoxServiceProvider = new OrderMetaBoxServiceProvider();
$OrderMetaBoxServiceProvider->register();

OrderMetaBoxServiceProvider::register() code WC 8.7.0

public function register() {
	$this->share( CustomerHistory::class );
	$this->share( CustomMetaBox::class );
	$this->share( OrderAttribution::class );
}