<?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_';
}
