Removing The Add-On Upsell In Events Calendar PRO

Published on: November 10, 2011 | Categories: News & Announcements, Tutorial

A few users who are using Events Calendar PRO on client websites have asked if there’s an easy way to turn off the upsell — which promotes additional functionality in the form of plugin add-ons — on their installs. The upsell appears both on the individual event admin panel and at the top of the settings page (examples of  both below).

If you’re using 2.0.1, there’s a bit of code you can now add to your wp-config file that will hide both the messages above. Add this:

define('TRIBE_HIDE_UPSELL', true);

Changing the ‘true’ to ‘false’ will bring the upsell back; it’s only hidden when ‘true’ is in place.

4 Responses to Removing The Add-On Upsell In Events Calendar PRO

  1. darren says

    I tried that but it didnt seem to make any difference. I placed the code at the very bottom of the wp-config file – was that right?

    Reply
  2. Rob La Gatta says

    Darren: yes, but you want to make sure it’s above the section near the bottom that says “Stop Editing.” As long as it’s before that you should be fine.

    That help?

    Reply
  3. owner says

    Yes, Awesome – worked for me.

    Reply
  4. Rob La Gatta says

    Awesome to hear, Karen! Thanks for confirming.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>