diff --git a/includes/class-freemius.php b/includes/class-freemius.php index 179117a6c..343f70c4f 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -13413,6 +13413,11 @@ private function should_page_include_tabs() return false; } + if ( ! $this->has_paid_plan() && ! $this->has_addons() ) { + // Only add tabs to monetizing themes. + return false; + } + if ( ! $this->is_theme_settings_page() ) { // Only add tabs if browsing one of the theme's setting pages. return false;