Add offense and defense option to player performance
This commit is contained in:
@@ -166,6 +166,7 @@ class SP_Admin_Sports {
|
||||
}
|
||||
update_post_meta( $id, 'sp_icon', sp_array_value( $performance, 'icon', null ) );
|
||||
update_post_meta( $id, 'sp_color', sp_array_value( $performance, 'color', null ) );
|
||||
update_post_meta( $id, 'sp_section', sp_array_value( $performance, 'section', -1 ) );
|
||||
$i ++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user