cyberhobo / wordpress-geo-mashup

Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
https://github.com/cyberhobo/wordpress-geo-mashup/wiki/Getting-Started
63 stars 15 forks source link

Intrusive 'Upgrade' menu item #784

Closed nicomollet closed 6 years ago

nicomollet commented 7 years ago

Hello

Your plugin is great but the new 'Upgrade' menu has no place in the Settings menu under 'Geo mashup'. Please remove this menu item.

Thanks Nico

nicomollet commented 6 years ago

Remove this menu by defining GEO_MASHUP_FREEMIUS_OPT_OUT in wp-config.php

define('GEO_MASHUP_FREEMIUS_OPT_OUT', true);
jerclarke commented 5 years ago

Thank you to both of you for solving this. I run GM on dozens of sites for my org and having freemius load at all is an unwanted bottleneck.

jerclarke commented 5 years ago

Oh, update. I figured out that right now it's absolutely required that you put this in wp-config.php. Adding it in functions.php of your theme, or in a plugin file, won't work.

It would be better if we could automate this with plugins/themes. Either way for anyone else, please know that wp-config.php is a requirement.