Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Interface
:
Integration.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Interface for Integration * * @package PUM * @copyright Copyright (c) 2023, Code Atlantic LLC */ interface PUM_Interface_Integration { /** * @return string */ public function label(); /** * @return bool */ public function enabled(); }