File "class-popmake-popup-fields.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/popup-maker/includes/class-popmake-popup-fields.php
File size: 272 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Popmake popup fields
 *
 * @package   PUM
 * @copyright Copyright (c) 2023, Code Atlantic LLC
 */

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


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