Comments 1ayhan started the conversationFebruary 20, 2024 at 9:20amCan "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? 2,219WebWizards repliedFebruary 20, 2024 at 2:29pmHi 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 Sign in to reply ...
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?
Hi there,
This can be changed by using the following code snippet:
Kind regards,
Stefan