' . __( 'Getting Started', 'subscription' ) . '' );
if ( ! subscrpt_pro_activated() ) {
$links[] = '' . __( 'Upgrade to premium', 'subscription' ) . '';
}
$links[] = '' . __( 'Support', 'subscription' ) . '';
$links[] = '' . __( 'Review', 'subscription' ) . '';
return $links;
}
}