File ManagerCurrent Directory: wp-content/plugins/wpforms/src/Providers/Provider/SettingsLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: 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 ); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirFormBuilder.phpFile22.14 KB Rename | Delete | EditFormBuilderInterface.phpFile693.00 B Rename | Delete | EditPageIntegrations.phpFile9.55 KB Rename | Delete | EditPageIntegrationsInterface.phpFile579.00 B Rename | Delete | Edit