Automattic\WooCommerce\Internal\Orders
OrderAttributionBlocksController::register
Register this class instance to the appropriate hooks.
Method of the class: OrderAttributionBlocksController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$OrderAttributionBlocksController = new OrderAttributionBlocksController(); $OrderAttributionBlocksController->register();
OrderAttributionBlocksController::register() OrderAttributionBlocksController::register code WC 10.3.3
public function register() {
add_action( 'init', array( $this, 'on_init' ) );
}