Title: Request: Privacy plugin(s) compatibility
Last modified: August 20, 2016

---

# Request: Privacy plugin(s) compatibility

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/request-privacy-plugins-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,
    Allard
 * [http://wordpress.org/extend/plugins/simple-google-connect/](http://wordpress.org/extend/plugins/simple-google-connect/)

The topic ‘Request: Privacy plugin(s) compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-google-connect_f6d9d5.svg)
 * [Simple Google Connect](https://wordpress.org/plugins/simple-google-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-google-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-google-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-google-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-google-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-google-connect/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/request-privacy-plugins-compatibility/)
 * Status: not resolved