Hi!
I need some help to configure the redirecting function.
I explain quickly the scenario I want to provide:
> people arrive on a page
> they log in
> they see the content of the page
how should i use these lines that you provides ?
// Redirect using post id
add_filter( 'sewn/login/logged_in_redirect', 'custom_sewn_logged_in_redirect_id' );
function custom_sewn_logged_in_redirect_id()
{
return 4;
}
btw do you know a similar plugin to sign up a wordpress account?
]]>