Automattic\WooCommerce\Internal\CostOfGoodsSold
CostOfGoodsSoldController::register
Register hooks.
Method of the class: CostOfGoodsSoldController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$CostOfGoodsSoldController = new CostOfGoodsSoldController(); $CostOfGoodsSoldController->register();
CostOfGoodsSoldController::register() CostOfGoodsSoldController::register code WC 10.5.0
public function register() {
add_filter( 'woocommerce_debug_tools', array( $this, 'add_debug_tools_entry' ), 999, 1 );
}