b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/plugins/popup-maker/includes/
File Upload :
Current File : E:/www2/kidsbangna/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_';
}

Copyright © 2019 by b0y-101