Save team played per season per league from player profile edit screen

This commit is contained in:
Brian Miyaji
2014-01-15 18:08:46 +11:00
parent 5bbd3a179f
commit 62501fd76a
4 changed files with 36 additions and 20 deletions

View File

@@ -87,6 +87,9 @@ function sportspress_save_post( $post_id ) {
case ( 'sp_player' ):
// Update seasons teams to show
update_post_meta( $post_id, 'sp_seasons_teams', sportspress_array_value( $_POST, 'sp_seasons_teams', array() ) );
// Update team array
sportspress_update_post_meta_recursive( $post_id, 'sp_team', sportspress_array_value( $_POST, 'sp_team', array() ) );