@@ -15,7 +15,7 @@ |
||
| 15 | 15 | ]); |
| 16 | 16 | |
| 17 | 17 | |
| 18 | -add_action('Flynt/afterRegisterComponents', function () { |
|
| 18 | +add_action('Flynt/afterRegisterComponents', function() { |
|
| 19 | 19 | Options::addTranslatable('FormNewsletterMailchimp', array_merge( |
| 20 | 20 | Api::loadFields('FormContactForm7', 'layout.sub_fields') |
| 21 | 21 | )); |
@@ -7,7 +7,7 @@ |
||
| 7 | 7 | add_filter('wpcf7_load_js', '__return_false'); |
| 8 | 8 | add_filter('wpcf7_load_css', '__return_false'); |
| 9 | 9 | |
| 10 | -add_filter('Flynt/addComponentData?name=FormContactForm7', function ($data) { |
|
| 10 | +add_filter('Flynt/addComponentData?name=FormContactForm7', function($data) { |
|
| 11 | 11 | function_exists('wpcf7_enqueue_scripts') && enqueueWpcf7Scripts(); |
| 12 | 12 | function_exists('wpcf7_enqueue_styles') && wpcf7_enqueue_styles(); |
| 13 | 13 | |