Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Providers
/
Provider
/
Settings
/
File Content:
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 ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
FormBuilder.php
19946 bytes
0644
FormBuilderInterface.php
693 bytes
0644
PageIntegrations.php
8923 bytes
0644
PageIntegrationsInterface.php
579 bytes
0644
N4ST4R_ID | Naxtarrr