I need to do an add_action to a signup function, but my function is going to need all the values of from signup. How do I pass a parameter to my function, even if it’s just the new blog id, which I can use to get everything else? I don’t see any way of passing a parameter to an action/filter function.
In fact, is the blog Id even available on signup or is created once the blog is activated?
Thanks