forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
mc4wp_register_integration('wpforms', 'MC4WP_WPForms_Integration', true);
|
||||
|
||||
add_action('plugins_loaded', function () {
|
||||
if (class_exists('WPForms_Field')) {
|
||||
new MC4WP_WPForms_Field();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user