by how I mean from which file
Anyone?
If I improvise, how can I then remove “forgot your password” link in the registration form?
My apologies, I guess I missed it.
Changed the theme, but the issue was still there.
I now found this solution, it worked for me:
add_action('wp_logout','ps_redirect_after_logout');
function ps_redirect_after_logout(){
wp_redirect( 'your url here' );
exit();
}
Hi,
Found this topic, I know it was quite a long time ago, but it seems i have the same problem (after user logout (using the widget login) it opens a 404 error page).
I can’t find the bbp-includes/bbp-common-template.php so where can i find the “wp_logout_url( $redirect_to )” line?
I assume the bbp plugin folder and file structure might have changed in the last 9 years..
Have the 2.6.6. version.