'5840', 'slug' => 'blockspare', 'premium_slug' => 'blockspare-pro', 'type' => 'plugin', 'public_key' => 'pk_d67f7ce3f4642fcd5999502d0ac11', 'is_premium' => false, 'premium_suffix' => 'Pro', 'has_premium_version' => true, 'has_addons' => false, 'has_paid_plans' => true, 'menu' => array( 'slug' => 'blockspare', 'first-path' => 'admin.php?page=blockspare', 'account' => true, 'pricing' => true, 'contact' => true, ), // Set the SDK to work in a sandbox mode (for development & testing). // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT. 'secret_key' => 'sk_6~#*wZ3r~OBg=n01{1HY-#vGeiw[7', ) ); } return $blockspare_fs; } // Init Freemius. blockspare_fs(); // Signal that SDK was initiated. do_action( 'blockspare_fs_loaded' ); }