'20170', 'slug' => 'text-typing', // Resolve the SDK against the plugin root, not this includes/ file. '__FILE__' => TTB_DIR_PATH . 'index.php', 'premium_slug' => 'text-typing-pro', 'type' => 'plugin', 'public_key' => 'pk_b0a805a4574f7a1db93e8859282de', 'is_premium' => false, 'premium_suffix' => 'Pro', 'has_premium_version' => true, 'has_addons' => false, 'has_paid_plans' => true, 'menu' => array( 'slug' => 'edit.php?post_type=text-typing', 'first-path' => 'edit.php?post_type=text-typing&page=ttb_demo_page', 'support' => false, ), ) ); } return $ttb_fs; } // Init Freemius Lite. ttb_fs(); // Signal that the SDK was initiated. do_action( 'ttb_fs_loaded' ); }