You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
cosmopet.ae/wp-content/plugins copy/popup-maker/includes/class-popmake-popup-fields.php

17 lines
272 B

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