'3433', 'slug' => 'tier-pricing-table', 'type' => 'plugin', 'public_key' => 'pk_d9f80d20e4c964001b87a062cd2b7', 'is_premium' => false, 'premium_suffix' => 'Premium', 'has_addons' => false, 'has_paid_plans' => true, 'menu' => array( 'first-path' => 'admin.php?page=wc-settings&tab=tiered_pricing_table_settings', 'contact' => false, 'support' => false, ), 'is_live' => true, ) ); } catch ( Freemius_Exception $e ) { log( $e->getMessage() ); } } return $tpt_fs; } // Init Freemius. tpt_fs(); // Signal that SDK was initiated. do_action( 'tpt_fs_loaded' ); }