is_registered() ) {
$vp_link = 'https://dashboard.vaultpress.com';
$target = '_blank';
} else {
$vp_link = admin_url( 'admin.php?page=vaultpress' );
$target = '_self';
}
} else {
$vp_link = esc_url( 'https://wordpress.com/plans/' . Jetpack::build_raw_urls( get_home_url() ) );
$target = '_blank';
}
$modules = array('Appearance', 'Developers', 'Mobile', 'Other', 'Photos and Videos', 'Social', 'Site Stats', 'Writing' );
?>