: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace WPForms\Providers\Provider\Settings;
* Interface PageIntegrationsInterface defines methods that are common among all Integration page providers content.
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.
* @param array $active Array of activated providers addons.
* @param array $settings Providers options.
public function display( $active, $settings );