%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 54.36.91.62 / Your IP : 216.73.217.162 Web Server : Apache System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : wellingtpa ( 97533) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wellingtpa/wellingtonrecord/wp-content/plugins/photo-gallery/wd/ |
Upload File : |
<?php
if ( !defined('ABSPATH') ) {
exit;
}
define('TEN_WEB_NEW_LIB_API_PLUGIN_DATA_PATH', 'https://api.web-dorado.com/v2/_id_/plugindata');
define('TEN_WEB_NEW_LIB_SUBSCRIBE_URL', 'https://core.10web.io/api/wp-subscribe');
define('TEN_WEB_NEW_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_new_lib_init( $options ) {
// load files
require_once dirname(__FILE__) . '/wd.php';
$wd = new TenWebLibNew();
$wd->wd_init($options);
}