@@ -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 | |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | ]); |
| 22 | 22 | |
| 23 | 23 | |
| 24 | -add_action('Flynt/afterRegisterComponents', function () { |
|
| 24 | +add_action('Flynt/afterRegisterComponents', function() { |
|
| 25 | 25 | Options::addTranslatable('FormNewsletter', [ |
| 26 | 26 | [ |
| 27 | 27 | 'label' => '', |