woocommerce_admin_payment_gateway_connection_return

woocommerce_admin_payment_gateway_connection_return

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_payment_gateway_connection_return') is found 1 times:

  • /src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php line 102
    		}
    
    		$gateway_id = sanitize_text_field( wp_unslash( $_GET['connection-return'] ) );
    
    		do_action( 'woocommerce_admin_payment_gateway_connection_return', $gateway_id );
    	}
    
    	/**
    	 * Handle a successful gateway connection.
    	 *
    	 * @param string $gateway_id Gateway ID.
    

See this hook used in plugins: