????JFIF??x?x????'
| Server IP : 104.21.30.238  /  Your IP : 216.73.216.83 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/tempvsty/././pontiacques.org/wp-content/plugins/event-calendar-wd/wd/ | 
| Upload File : | 
<?php	
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }	
    define( 'TEN_WEB_LIB_API_PLUGIN_DATA_PATH', 'https://api.web-dorado.com/v2/_id_/plugindata' );
    define( 'TEN_WEB_LIB_SUBSCRIBE_URL', 'https://core.10web.io/api/wp-subscribe' );
    define( 'TEN_WEB_LIB_DEACTIVATION_URL', 'https://core.10web.io/api/deactivation_reasons' );
    require_once dirname( __FILE__ ) . '/config.php';
    /**
     * @param options for Plugin details.
     * prefix; 
     * wd_plugin_id; 
     * plugin_title; 
     * plugin_dir;   
     * plugin_main_file;   
     * description;  
     * plugin_features; 
     * video_youtube_id; 
     * plugin_wd_url; 
     * plugin_wd_demo_link; 
     * plugin_wd_addons_link; 
     * plugin_wizard_link; 
     * after_subscribe; 
     * plugin_menu_title; 
     * plugin_menu_icon; 
     * custom_post; 
     */       
            
    function ten_web_lib_init( $options ) {
    
        // load files
        require_once dirname( __FILE__ ) . '/wd.php';
        $wd = new TenWebLib();
        $wd->wd_init( $options );
    }