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

/**
 * Class PUM_Popup
 *
 * Empty class extender here for backward compatibility.
 */
class PUM_Popup extends PUM_Model_Popup {}