@@ -34,13 +34,13 @@ |
||
34 | 34 | $track_user = monsterinsights_track_user(); |
35 | 35 | |
36 | 36 | if ( $track_user && ( $events_mode === 'js' || $events_mode === 'php' ) ) { |
37 | - require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php'; |
|
38 | - new MonsterInsights_Analytics_Events(); |
|
37 | + require_once plugin_dir_path( MONSTERINSIGHTS_PLUGIN_FILE ) . 'includes/frontend/events/class-analytics-events.php'; |
|
38 | + new MonsterInsights_Analytics_Events(); |
|
39 | 39 | |
40 | - // Let's run form tracking if we find it |
|
41 | - if ( function_exists( 'monsterinsights_forms_output_after_script' ) ) { |
|
42 | - monsterinsights_forms_output_after_script( array() ); |
|
43 | - } |
|
40 | + // Let's run form tracking if we find it |
|
41 | + if ( function_exists( 'monsterinsights_forms_output_after_script' ) ) { |
|
42 | + monsterinsights_forms_output_after_script( array() ); |
|
43 | + } |
|
44 | 44 | } |
45 | 45 | } |
46 | 46 | add_action( 'seedprod_monsterinsights_output_tracking', 'monsterinsights_seedprod_tracking', 6, 1 ); |
47 | 47 | \ No newline at end of file |