HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/public_html/hasanat.zone/wp-content/plugins/af-companion/freemius.php
<?php
if ( ! function_exists( 'afcompanion_fs' ) ) {
    // Create a helper function for easy SDK access.
    function afcompanion_fs() {
        global $afcompanion_fs;

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

            $afcompanion_fs = fs_dynamic_init( array(
                'id'                  => '7637',
                'slug'                => 'all_themes_plan',
                'premium_slug'        => 'all_themes_plan',
                'type'                => 'bundle',
                'public_key'          => 'pk_5f4c56aa7d0bac4236a8e650bb520',
                'is_premium'          => false,
                'is_premium_only'     => false,
                'has_addons'          => false,
                'has_paid_plans'      => true,
                'menu'                => array(
                    'slug'           => 'af-companion',
                    'first-path'     => 'admin.php?page=af-companion',
                    'support'        => false,
                ),
            ) );
        }

        return $afcompanion_fs;
    }

    // Init Freemius.
    afcompanion_fs();
    // Signal that SDK was initiated.
    do_action( 'afcompanion_fs_loaded' );
}