WCFM Ultimate + WC Product Vendors

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate WCFM Ultimate + WC Product Vendors

Viewing 3 reply threads
  • Author
    Posts
    • #20562
      Thomas
      Guest

      Hi there,

      using the above mentioned combination.

      After LogIn Vendors are redirected to the WCFM Dashboard but i want them to be redirected to a diffrent url.

      How can i change this?

      Thank you very much in advance and best regards
      Thomas

    • #20578
      WCFM Forum
      Member

      Hi,

      Thanks for get in touch with us.

      Here is your custom code for the purpose. Kindly set your URL here and add this code to your site –

      add_filter( 'wcfm_login_redirect', 'wcfm_cutom_login_redirect', 10, 2 );
      function wcfm_cutom_login_redirect( $redirect_to, $user ) {
      	$redirect_to = ''; // SET YOUR OWN REDIRECT URL HERE
      	return $redirect_to;
      }

      Please know me is this resolve your issue or not!

      Thank You

    • #20592
      Thomas
      Guest

      Works fine!

      Thanks’s a lot!

    • #20598
      Bingal
      Member

      Fantastic 🙂

Viewing 3 reply threads
  • The topic ‘WCFM Ultimate + WC Product Vendors’ is closed to new replies.