PATH:
home
/
lab2454c
/
isaaclondston.com
/
wp-content
/
plugins
/
popup-maker
/
classes
/
Interface
/
Integration
<?php /******************************************************************************* * Copyright (c) 2020, WP Popup Maker ******************************************************************************/ interface PUM_Interface_Integration_Settings extends PUM_Interface_Integration { /** * @param array $fields * * @return array */ public function append_fields( $fields = [] ); }
[-] Settings.php
[edit]
[+]
..
[-] Form.php
[edit]