Automattic\WooCommerce\Internal\CostOfGoodsSold

CostOfGoodsSoldController::register()publicWC 1.0

Register hooks.

Method of the class: CostOfGoodsSoldController{}

No Hooks.

Return

null. Nothing (null).

Usage

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

CostOfGoodsSoldController::register() code WC 9.6.0

public function register() {
	add_action( 'woocommerce_register_feature_definitions', array( $this, 'add_feature_definition' ) );
}