[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcoetanche
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Providers
/
Provider
/
Settings
+ Folder
+ File
Upload
Editing: PageIntegrationsInterface.php
<?php namespace WPForms\Providers\Provider\Settings; /** * Interface PageIntegrationsInterface defines methods that are common among all Integration page providers content. * * @since 1.4.7 */ interface PageIntegrationsInterface { /** * Display the data for integrations tab. * This is a default one, that can be easily overwritten inside the child class of a specific provider. * * @since 1.4.7 * * @param array $active Array of activated providers addons. * @param array $settings Providers options. */ public function display( $active, $settings ); }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 FormBuilder.php
FILE
Ren
[EDIT]
DEL
📄 FormBuilderInterface.php
FILE
Ren
[EDIT]
DEL
📄 PageIntegrations.php
FILE
Ren
[EDIT]
DEL
📄 PageIntegrationsInterface.php
FILE
Ren
[EDIT]
DEL