Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact

Redirect url after registration completed

Simple Membership Plugin › Forums › Simple Membership Plugin › Redirect url after registration completed

Tagged: redirect url, registration form

  • This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by mbrsolution.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • February 14, 2017 at 9:49 am #10149
    feverpancake
    Participant

    add_action(‘swpm_front_end_registration_complete’, ‘sam_after_registration_redirection’);
    function sam_after_registration_redirection()
    {
    $url = ‘http://www.yourwebsite.com/thank-you/’;//TODO – Specify the URL that you want to redirect to
    wp_redirect($url);
    }

    I am trying to redirect to my homepage after user submitted the registration form done. However, the above code is not working. I have put the code in functions.php, any things goes wrong? thanks in advance.

    February 14, 2017 at 11:02 pm #10161
    mbrsolution
    Moderator

    Did you add your home page URL in the following part of the code?

    $url = ‘http://www.yourwebsite.com/thank-you/’;//TODO – Specify the URL that you want to redirect to

    February 16, 2017 at 5:41 am #10178
    feverpancake
    Participant

    yes, I did.

    February 16, 2017 at 11:02 am #10182
    mbrsolution
    Moderator

    Are you using a child theme? Or are you simply adding the code to your parent themes functions.php file? Can you enable Debug Mode and carry out another test? Then check the log files? Report back with any findings.

    Thank you

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy