Completed
Push — Feature-GoogleAnalyticsOptout ( 12176c...39c6dd )
by
unknown
01:53
created
Features/GoogleAnalytics/functions.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 require_once __DIR__ . '/GoogleAnalytics.php';
6 6
 
7 7
 use Flynt\Features\GoogleAnalytics\GoogleAnalytics;
8
-use Flynt\Utils\Feature;
9 8
 use Flynt\Utils\Asset;
10 9
 use Flynt\Features\Acf\OptionPages;
11 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     }
22 22
 }
23 23
 
24
-add_action('wp_enqueue_scripts', function () {
24
+add_action('wp_enqueue_scripts', function() {
25 25
     $gaOptions = OptionPages::get('globalOptions', 'feature', 'GoogleAnalytics');
26 26
     $gaOptionsTranslatable = OptionPages::get('translatableOptions', 'feature', 'GoogleAnalytics');
27 27
 
Please login to merge, or discard this patch.