Automattic\WooCommerce\Internal\Fulfillments

FulfillmentsController::registerpublicWC 1.0

Initialize the controller.

Method of the class: FulfillmentsController{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

FulfillmentsController::register() code WC 10.3.3

public function register() {
	add_action( 'init', array( $this, 'initialize_fulfillments' ), 10, 0 );
}