jkvgo
Forum Replies Created
-
Forum: Plugins
In reply to: [Trusona for WordPress] wp_logout() action change on WordPress 5.1.1Hi!
Sorry for the late reply, the plugins we are using are:
bbPress
Display PHP Version
English WordPress Admin
Error Log Monitor
jQuery Updater
Limit Posts
Search Everything
Updraft Plus
View own posts and media library items only
Wordpress HTTPS
WP Database Backup
WP External Links
WP Mobile Detect
WP ULikeMy guess is that WordPress 5.1.1 somehow added something to wp_safe_redirect that is causing the problem?
Thanks!
Forum: Plugins
In reply to: [Trusona for WordPress] wp_logout() action change on WordPress 5.1.1Hi! Yup it seems it is the wp_safe_redirect() that might be causing this issue.
May I know if there was any change to:
/**
* logout method – called from wp_logout action
*/
public function trusona_openid_logout()
{
wp_clear_auth_cookie();
wp_safe_redirect(admin_url(‘index.php’));
exit;
}or any part of the logout process from Trusona plugin 1.4.1 to 1.4.5?
Thanks!
Forum: Plugins
In reply to: [Trusona for WordPress] wp_logout() action change on WordPress 5.1.1Thank you! Please let me know if there are updates to this so we can re-enable the Trusona plugin in our site.
Best regards!
John