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
:
Settings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Interface for Settings Integration * * @package PUM * @copyright Copyright (c) 2023, Code Atlantic LLC */ interface PUM_Interface_Integration_Settings extends PUM_Interface_Integration { /** * @param array $fields * * @return array */ public function append_fields( $fields = [] ); }