I’ve just used the following in my child themes functions.php file and mine works.
add_filter( 'wpmem_login_redirect', 'my_login_redirect' );
function my_login_redirect()
{
// return the url that the login should redirect to
return 'http://web.co.uk';
}
Thanks Chad, I am now a premium member !!
And the example works well. I’ve asked this on the rocketgeek site but how can I stop the ‘user profile’, ‘edit your information’ page allowing the user to change their email (IM using the username as email plugin)?
Thanks
Darren
Hi
I’m looking for something like this aswell. When the user is creating a post I want them to be able to select a category from those configured in Posts->Categories.
Thanks