retrieve all commercial leads on request
This commit is contained in:
@@ -50,6 +50,7 @@ function wiaas_get_organizations_with_role($role) {
|
|||||||
'meta_value' => $role,
|
'meta_value' => $role,
|
||||||
'fields' => 'id=>name',
|
'fields' => 'id=>name',
|
||||||
'meta_compare' => 'LIKE',
|
'meta_compare' => 'LIKE',
|
||||||
|
'hide_empty' => false
|
||||||
));
|
));
|
||||||
|
|
||||||
return is_array($terms) ? $terms : array();
|
return is_array($terms) ? $terms : array();
|
||||||
|
|||||||
Reference in New Issue
Block a user