wcfm panel custom (my account) register page redirect link

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 – Membership wcfm panel custom (my account) register page redirect link

Viewing 3 reply threads
  • Author
    Posts
    • #77554
      Cap Luis
      Participant

      When I try to access the page without being logged in it takes me to the page: my account

      How can I change the redirect link for my choice of registration and login pages?

    • #77808
      WCFM Forum
      Keymaster

      HI,

      Sure, know me that custom URL. I will set this for you.

      Thank You

    • #77910
      Cap Luis
      Participant
      This reply has been marked as private.
    • #77979
      WCFM Forum
      Keymaster

      Hi,

      Please add this code to your site –

      add_filter( 'wcfm_restrict_redirect_url', function( $redirect_url ) {
      	$redirect_url = 'https://querencia.online/cadastro/';
      	return $redirect_url;
      });

      Well, this will work after WCFM next update!

      Thank You

Viewing 3 reply threads
  • You must be logged in to reply to this topic.