Request: Privacy plugin(s) compatibility
-
Hi Samuel,
Testing two Privacy plugins: Network Privacy and WPMUDEV Multisite Privacy I found that it only takes moving up the sgc_oauth_catcher call to get it working with Google SSO by Simple Google Connect.
For Network Privacy, this change works:
add_action('template_redirect','sgc_oauth_catcher', 9);
For WMPUDEV Multisite Privacy the following would theoretically be needed but I have not tested it:
add_action('wp_loaded','sgc_oauth_catcher', 9);
Would any of these changes pose any problems? And if not, could I submit this as a request for the next release?
Cheers,
Allardhttps://www.ads-software.com/extend/plugins/simple-google-connect/
- The topic ‘Request: Privacy plugin(s) compatibility’ is closed to new replies.