To invoke a custom registration scheme, I would look at redirecting the usual registration POST request with user data to a custom registration handler. One way to handle a custom registration request is to redirect through /wp-admin/admin-post.php with an “action” parameter. Your custom code then hooks into an action tag composed in part from the passed “action” parameter.
]]>