Create player profiles for new users

This commit is contained in:
Brian Miyaji
2017-03-11 17:56:24 +11:00
parent 07693ebb5b
commit 9d6692f7c7
2 changed files with 143 additions and 0 deletions

View File

@@ -422,6 +422,8 @@ class SP_Install {
if ( version_compare( $version, '2.2.11', '<' ) ) {
update_option( 'sportspress_completed_setup', 1 );
update_option( 'sportspress_registration_name_inputs', 'no' );
update_option( 'sportspress_registration_add_player', 'no' );
}
}