redirect to signup form
-
can users be redirected to the signup form for wc vendor not woocommerce, I found this api (wcvendors_signup_redirect) how would I code this?
function my_signup_redirect( $wcvendors_signup_redirect ) {
return $wcvendors_signup_redirect;
}add_filter( ‘signup_redirect’, ‘my_signup_redirect’, 10, 3 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘redirect to signup form’ is closed to new replies.