disable/remove redirect to the last page

By ht1080z - September 16, 2015

Hi,

I want to disable/remove the websiteMemebership add-on feature that redirect users (from different pages) to the last used after logon.

In the main plugin php file which is the setting that override the redirection to the last page?

// After logoff, user gets redirected to the last page they were on (if defined), the url below, or to /
$GLOBALS['WEBSITE_LOGIN_POST_LOGOFF_URL'] = '/';

Also, i need to find in my page sources for other script that enable this redirection?

Thank you in advance,
Karls

By ht1080z - September 17, 2015

Hi Greg,

Thank you for the clarification!

Karls