HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/.Trash/valcnct/public_html/wp-content/plugins/anywhere-elementor/includes/pro.php
<?php 

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

        if ( ! isset( $wpv_ae ) ) {
            // Include Freemius SDK.
            require_once WTS_AE_PATH . '/freemius/start.php';

            $wpv_ae = fs_dynamic_init( array(
                'id'                  => '8276',
                'slug'                => 'anywhere-elementor',
                'type'                => 'plugin',
                'public_key'          => 'pk_43d5f405cc0b87b346911199cff66',
                'is_premium'          => false,
                'premium_suffix'      => 'Pro',
                // If your plugin is a serviceware, set this option to false.
                'has_premium_version' => true,
                'has_addons'          => false,
                'has_paid_plans'      => true,
                'menu'                => array(
                    'slug'           => 'edit.php?post_type=ae_global_templates',
                    'first-path'     => 'edit.php?post_type=ae_global_templates',
                    'support'        => true,
                    'account'        => false
                ),
                // Set the SDK to work in a sandbox mode (for development & testing).
                // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
                //'secret_key'          => 'sk_a%6SP3s9b&Py?!-R?]A}4}>kX~PWk',
            ) );
        }

        return $wpv_ae;
    }

    // Init Freemius.
    wpv_ae();
    // Signal that SDK was initiated.
    do_action( 'wpv_ae_loaded' );
}