get_report(); $sessions = isset( $report['data']['infobox']['sessions']['value'] ) ? $report['data']['infobox']['sessions']['value'] : 0; $om_plugin_active = class_exists( 'OMAPI' ); if ( $sessions > 1000 && ! $om_plugin_active ) { $notification['title'] = __( 'Increase Engagement on Your Site', 'google-analytics-for-wordpress' ); $notification['content'] = __( 'Get more leads and subscribers from your traffic by creating engaging campaigns with OptinMonster.', 'google-analytics-for-wordpress' ); return $notification; } return false; } } // initialize the class new MonsterInsights_Notification_Install_OptinMonster();