| Server IP : 170.10.161.225 / Your IP : 216.73.216.78 Web Server : Apache System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : calvet ( 273824) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : ON Directory : /home/www/calvetrealty.com/wp-content/plugins/divi-pixel/dist/admin/edd/ |
Upload File : |
<?php
add_action( 'init', function(){
if (!class_exists('EDD_SL_Plugin_Updater')) {
require_once plugin_dir_path(__FILE__) . 'EDD_SL_Plugin_Updater.php';
}
require_once plugin_dir_path(constant('DIVI_PIXEL_EDD_PLUGIN_FILE')) . 'includes/utils/logging.php';
if (!class_exists('DIPI_Settings')) {
require_once plugin_dir_path(constant('DIVI_PIXEL_EDD_PLUGIN_FILE')) . 'includes/options/settings.php';
}
new EDD_SL_Plugin_Updater('https://www.divi-pixel.com', constant('DIVI_PIXEL_EDD_PLUGIN_FILE'), [
'version' => '2.29.2',
'item_id' => 32718,
'author' => 'Divi Pixel',
'url' => home_url(),
'license' => trim(get_option('dipi_license')), //dipi_license or plugin based e. g. ds_fancy_text_license
'beta' => get_option('dipi_enable_beta_program'), //dipi_beta_program_enabled or plugin based e. g. ds_fancy_text_beta_program_enabled
]);
});