D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
mailchimp-for-wp
/
integrations
/
wpforms
/
Filename :
bootstrap.php
back
Copy
<?php mc4wp_register_integration('wpforms', 'MC4WP_WPForms_Integration', true); add_action('plugins_loaded', function () { if (class_exists('WPForms_Field')) { new MC4WP_WPForms_Field(); } });