@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Flynt\Features\Components\Component; |
6 | 6 | |
7 | -add_filter('Flynt/addComponentData?name=BlockImageText', function ($data) { |
|
8 | - add_action('wp_enqueue_scripts', function () { |
|
7 | +add_filter('Flynt/addComponentData?name=BlockImageText', function($data) { |
|
8 | + add_action('wp_enqueue_scripts', function() { |
|
9 | 9 | Component::enqueueAssets('BlockImageText'); |
10 | 10 | }); |
11 | 11 |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Flynt\Features\Components\Component; |
6 | 6 | |
7 | -add_filter('Flynt/addComponentData?name=BlockImage', function ($data) { |
|
8 | - add_action('wp_enqueue_scripts', function () { |
|
7 | +add_filter('Flynt/addComponentData?name=BlockImage', function($data) { |
|
8 | + add_action('wp_enqueue_scripts', function() { |
|
9 | 9 | Component::enqueueAssets('BlockImage'); |
10 | 10 | }); |
11 | 11 |
@@ -6,8 +6,8 @@ |
||
6 | 6 | use Flynt\Utils\Asset; |
7 | 7 | use Timber\Menu; |
8 | 8 | |
9 | -add_filter('Flynt/addComponentData?name=NavigationFooter', function ($data) { |
|
10 | - add_action('wp_enqueue_scripts', function () { |
|
9 | +add_filter('Flynt/addComponentData?name=NavigationFooter', function($data) { |
|
10 | + add_action('wp_enqueue_scripts', function() { |
|
11 | 11 | Component::enqueueAssets('NavigationFooter'); |
12 | 12 | }); |
13 | 13 |