Okay
  Public Ticket #3588499
Create an Account link url be changed
Closed

Comments

  •  1
    ayhan started the conversation

    Can "Create an Account" link url be changed in Salesking "Login Page"? Is there a hook or reference for this?

    I'm testing with demo, pre-purchase question?

  •  1,881
    WebWizards replied

    Hi there,

    This can be changed by using the following code snippet:

    add_filter('salesking_create_account_dashboard_link', function($link){
        return $link;
    }, 10, 1);
    

    Kind regards,

    Stefan