CyberAlphaWolf

Server : Apache
System : Linux 182.49.167.72.host.secureserver.net 4.18.0-553.92.1.el8_10.x86_64 #1 SMP Wed Jan 14 06:31:58 EST 2026 x86_64
User : kikai ( 1014)
PHP Version : 8.3.30
Disable Function : NONE
Directory :  /home/kikai/www/wp-content/plugins/popups-for-divi/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/kikai/www/wp-content/plugins/popups-for-divi/includes/functions.php
<?php
/**
 * Library functions aid in code reusability and contain the actual business
 * logic of our plugin. They break down the plugin functionality into logical
 * units.
 *
 * @package PopupsForDivi
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Loads the shared.php library when no other divimode plugin provides the
 * required functions.
 *
 * @since 3.0.0
 */
function pfd_load_library() {
	if ( ! defined( 'DM_DASH_PATH' ) ) {
		require_once __DIR__ . '/shared.php';
	}

	dm_admin_notice_schedule_cron( DIVI_POPUP_INST, DIVI_POPUP_STORE );
}

/**
 * Loads the plugins textdomain files.
 *
 * @since 3.0.0
 */
function pfd_translate_plugin() {
	// Translate the plugin.
	load_plugin_textdomain(
		'popups-for-divi',
		false,
		dirname( DIVI_POPUP_PLUGIN ) . '/languages/'
	);
}

XYZEAZ - Cyber Alpha Wolf © All Rights Reserved