Automattic\WooCommerce\Internal\CostOfGoodsSold
CostOfGoodsSoldController::register()
Register hooks.
Method of the class: CostOfGoodsSoldController{}
No Hooks.
Return
null
. Nothing (null).
Usage
$CostOfGoodsSoldController = new CostOfGoodsSoldController(); $CostOfGoodsSoldController->register();
CostOfGoodsSoldController::register() CostOfGoodsSoldController::register code WC 9.6.0
public function register() { add_action( 'woocommerce_register_feature_definitions', array( $this, 'add_feature_definition' ) ); }