X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/popup-maker/classes/Abstract
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Abstract
/
ðŸ“
..
ðŸ“
Batch
📄
Database.php
(14.38 KB)
ðŸ“
Integration
📄
Integration.php
(469 B)
ðŸ“
Model
📄
Provider.php
(10.3 KB)
📄
Registry.php
(1.93 KB)
ðŸ“
Repository
ðŸ“
Upgrade
📄
Upgrade.php
(906 B)
Editing: Integration.php
<?php /** * Abstract class for Integrations. * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC */ /** * Abstract class for Integrations. */ abstract class PUM_Abstract_Integration implements PUM_Interface_Integration { /** * @var string */ public $key; /** * @var string */ public $type; /** * @return string */ abstract public function label(); /** * @return bool */ abstract public function enabled(); }
Upload File
Create Folder