File "Settings.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/popup-maker/classes/Interface/Integration/Settings.php
File size: 316 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 = [] );
}