Current File : //var/www/html/blog/wp-content/plugins/popup-maker/includes/class-popmake-popup-fields.php
<?php
/**
 * Popmake popup fields
 *
 * @package   PopupMaker
 * @copyright Copyright (c) 2024, Code Atlantic LLC
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Popmake_Popup_Fields Class
 */
class Popmake_Popup_Fields extends Popmake_Fields {
	public $field_prefix = 'popup_';
}