2 Responses to Where to change site_login_url ?

  1. Jen April 28, 2017 at 5:00 pm #

    Thank you!

  2. George April 27, 2017 at 9:16 am #

    Hi Jen,

    If you are referring to the link Login here, you can change this put the filter affiliates_registration_login_redirect_url in your functions.php file of your child theme.
    Try the following snippet:

    add_filter( 'affiliates_registration_login_redirect_url', 'gt_affiliates_registration_login_redirect_url' );
    function gt_affiliates_registration_login_redirect_url( $url ) {
    return 'http://link_to_your_affiliate_area_page';
    }

    Kind regards,
    George

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share