*/ abstract class Popup extends Notification { public $type = 'popup'; /** * Get Key * * @author Jewel Theme */ final public function get_key() { return 'jltwp_adminify_popup_' . $this->get_id(); } }