Convert Plus - block IP

Hey!

Is there a way to block an IP address for convert plus. We have pop up modals and I don’t want our staff accesing the website to skew the impressions analytics. I’ve stopped it from appearing for users logged in like admins, authors and editors but was also wondering if it is possible to stop it for staff members who are not logged into wordpress.

Thanks!

Hi @hannahlincoln,

Thanks for reaching out.

That’s not currently possible but yes, doable with custom code. You may as well contact a developer for proper implementation. Like detecting the remote hosts IP, then use a code to disable the ConvertPlus plugin.

This would help https://kinsta.com/blog/disable-wordpress-plugins/, and instead of $_SERVER['REQUEST_URI'], it will be a function that pickups the IP https://stackoverflow.com/questions/13646690/how-to-get-real-ip-from-visitor.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.