%1$sIn this article%2$s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-for-wordpress' ),
'',
''
);
$notification['btns'] = array(
"read_more" => array(
'url' => $this->build_external_link( $learn_more_url ),
'text' => __( 'Read More', 'google-analytics-for-wordpress' ),
'is_external' => true,
),
);
return $notification;
}
return false;
}
}
// initialize the class
new MonsterInsights_Notification_To_Setup_Affiliate_Links();