Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders\WooPayments

WooPaymentsController::registerpublicWC 1.0

Register hooks.

Method of the class: WooPaymentsController{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

WooPaymentsController::register() code WC 11.1.1

public function register() {
	add_action( 'admin_init', array( $this, 'handle_returns_from_wpcom' ) );
}