%1$sWith the ExactMetrics Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.', 'google-analytics-dashboard-for-wp' ), '', '' );
$notification['btns'] = array(
"learn_more" => array(
'url' => $this->build_external_link( 'https://www.exactmetrics.com/introducing-exactmetrics-built-in-headline-analyzer/' ),
'text' => __( 'Learn More', 'google-analytics-dashboard-for-wp' ),
'is_external' => true,
),
);
return $notification;
}
}
// initialize the class
new ExactMetrics_Notification_Headline_Analyzer();