@@ -6,7 +6,7 @@ |
||
| 6 | 6 | use Flynt\FieldVariables; |
| 7 | 7 | use Timber\Timber; |
| 8 | 8 | |
| 9 | -add_action('wp_footer', function () { |
|
| 9 | +add_action('wp_footer', function() { |
|
| 10 | 10 | $context = Timber::get_context(); |
| 11 | 11 | Timber::render_string('{{ renderComponent("BlockCookieNotice") }}', $context); |
| 12 | 12 | }); |