HEX
Server: LiteSpeed
System: Linux server801.shared.spaceship.host 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: yvigantdvn (2232)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/yvigantdvn/petermkufya.com/wp-content/plugins/sb-analytics/sb-analytics-pro.php
<?php
/**
 * Plugin Name: Feed Analytics Pro
 * Plugin URI: https://smashballoon.com/
 * Description: Adds the ability to capture and report usage analytics for Smash Balloon feeds
 * Version: 1.0.0
 * Author: Smash Balloon
 * Author URI: https://smashballoon.com/
 * License: GPLv2 or later
 *
 * Requires at least: 4.2
 * Requires PHP: 7.1
 *
 * @package sb-analytics
 */

/*
Copyright 2024  Smash Balloon  (email: hey@smashballoon.com)
This program is paid software; you may not redistribute it under any
circumstances without the expressed written consent of the plugin author.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
*/

defined( 'WPINC' ) || die;

define( 'SB_ANALYTICS_PLUGIN_FILE', __FILE__ );
define( 'SB_ANALYTICS_NAMESPACE', 'Pro' );
define('SB_ANALYTICS_STORE_URL', 'https://smashballoon.com/');
define('SB_ANALYTICS_PLUGIN_EDD_NAME', 'Feed Analytics Pro');
define( 'SB_ANALYTICS_EDD_ITEM_ID', 2265062 );
define('SB_ANALYTICS_VERSION', '1.0.0');

require 'bootstrap.php';