Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9ad8e1b1
authored
2023-11-16 12:26:26 -0500
by
Jeremy Groot
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
put back
1 parent
c46482da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
wp-content/themes/commonwell-broker/templates/broker_sidebar.php
View file @
9ad8e1b
...
...
@@ -2,8 +2,8 @@
$individual_assignments
=
get_field
(
'assignments'
,
'option'
);
$user_broker_id
=
get_user_meta
(
get_current_user_id
()
,
'broker_id'
,
true
);
// var_dump($user_broker_id);exit;
$user_broker_id
=
get_user_meta
(
7525
,
'broker_id'
,
true
);
$farm_team_1
=
get_field
(
'farm_team_1'
,
'option'
);
$farm_team_2
=
get_field
(
'farm_team_2'
,
'option'
);
$commercial_team_1
=
get_field
(
'commercial_team_1'
,
'option'
);
...
...
Please
register
or
sign in
to post a comment