Callback Handlers
Callback Handlers used to configure and extend SA5 module functionality.
<script>
window.sa5 = window.sa5 || [];
window.sa5.push(['getMembershipRoutingConfig',
(config) => {
// ... your custom code here ...
return config;
}]);
</script>Defined Callbacks
Callback Name
Module
Use
Last updated