HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
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: /var/www/html/wordpress/wp-content/plugins/popups-for-divi/plugin.php
<?php
/**
 * Enables JS popups within Divi.
 *
 * @formatter:off
 * @package     Popups_For_Divi
 * @author      Divimode
 * @copyright   2020 Divimode
 * @license     GPL-2.0-or-later
 *
 * Plugin Name: Popups for Divi
 * Description: Finally, a simple and intuitive way to add custom popups to your Divi pages!
 * // @start-divimode-block
 * Plugin URI:  https://divimode.com/divi-popup/?utm_source=wpadmin&utm_medium=link&utm_campaign=popups-for-divi
 * Author:      divimode.com
 * Author URI:  https://divimode.com/?utm_source=wpadmin&utm_medium=link&utm_campaign=popups-for-divi
 * // @end-divimode-block
 * // @start-etmarket-block
 * Plugin URI:  https://www.elegantthemes.com/marketplace/popups-for-divi
 * Author:      divimode.com (Divi Marketplace)
 * Author URI:  https://www.elegantthemes.com/marketplace/author/divimode/
 * // @end-etmarket-block
 * Created:     30.12.2017
 * Version:     3.2.3
 * Text Domain: divi-popup
 * Domain Path: /lang
 * License:     GPL v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
 *
 * Copyright (C) 2017 Divimode
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 *
 * @formatter:on
 */

defined( 'ABSPATH' ) || die();

/**
 * A new version string will force a refresh of CSS and JS files for all users.
 *
 * @var string
 */
const DIVI_POPUP_VERSION = '3.2.3';

/**
 * Absolute path and file name of the main plugin file.
 *
 * @var string
 */
const DIVI_POPUP_PLUGIN_FILE = __FILE__;

require_once __DIR__ . '/start.php';