: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace WPForms\Integrations;
* Interface IntegrationInterface defines required methods for integrations to work properly.
interface IntegrationInterface {
* Indicate if current integration is allowed to load.
public function allow_load();