HEX
Server: LiteSpeed
System: Linux venus 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: axxoncom (1007)
PHP: 8.3.19
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/axxoncom/domains/draqee.com/public_html/wp-content/plugins/kk-star-ratings/freemius.php
<?php

if (! defined('ABSPATH')) {
    http_response_code(404);
    exit();
}

if ( ! function_exists( 'kksr_freemius' ) ) {
    // Create a helper function for easy SDK access.
    function kksr_freemius() {
        global $kksr_freemius;

        if ( ! isset( $kksr_freemius ) ) {
            // Include Freemius SDK.
            require_once dirname(__FILE__) . '/freemius/start.php';

            $kksr_freemius = fs_dynamic_init( array(
                'id'                  => '3890',
                'slug'                => 'kk-star-ratings',
                'type'                => 'plugin',
                'public_key'          => 'pk_e6d3c068ac8b44274990af9fc9eeb',
                'is_premium'          => false,
                'has_addons'          => false,
                'has_paid_plans'      => false,
                'menu'                => array(
                    'slug'           => 'kk-star-ratings',
                    'support' => false,
                    'contact' => false
                ),
            ) );
        }

        return $kksr_freemius;
    }

    // Init Freemius.
    kksr_freemius();
    // Signal that SDK was initiated.
    do_action( 'kksr_freemius_loaded' );
}