'1748', 'slug' => 'stackable-ultimate-gutenberg-blocks', 'type' => 'plugin', 'public_key' => 'pk_771ae29c5255d20a4880980729a17', 'is_premium' => true, 'has_premium_version' => true, 'has_addons' => false, 'has_paid_plans' => true, 'navigation' => 'tabs', 'menu' => array( 'slug' => 'stackable', 'first-path' => 'options-general.php?page=stackable-getting-started', 'account' => true, 'pricing' => true, 'contact' => true, 'support' => false, 'affiliation' => false, 'parent' => array( 'slug' => 'options-general.php', ), ), ) ); } return $sugb_fs; } // Init Freemius. sugb_fs(); // Disable deactivation feedback form. sugb_fs()->add_filter( 'show_deactivation_feedback_form', '__return_false' ); // Signal that SDK was initiated. do_action( 'sugb_fs_loaded' ); }