function bpsp_activation()
{
    if (!bpsp_check()) {
        exit(1);
    }
    BPSP_Roles::register_profile_fields();
}
 function bpsp_activation()
 {
     if (!bpsp_check()) {
         exit(1);
     }
     BPSP_Roles::register_profile_fields();
     bpsp_registration();
     flush_rewrite_rules();
 }