put back
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | $individual_assignments = get_field('assignments', 'option'); | 4 | $individual_assignments = get_field('assignments', 'option'); |
| 5 | $user_broker_id = get_user_meta(get_current_user_id(), 'broker_id', true); | 5 | $user_broker_id = get_user_meta(7525, 'broker_id', true); |
| 6 | // var_dump($user_broker_id);exit; | 6 | |
| 7 | $farm_team_1 = get_field('farm_team_1', 'option'); | 7 | $farm_team_1 = get_field('farm_team_1', 'option'); |
| 8 | $farm_team_2 = get_field('farm_team_2', 'option'); | 8 | $farm_team_2 = get_field('farm_team_2', 'option'); |
| 9 | $commercial_team_1 = get_field('commercial_team_1', 'option'); | 9 | $commercial_team_1 = get_field('commercial_team_1', 'option'); | ... | ... |
-
Please register or sign in to post a comment