Implement shop search and refactor
This commit is contained in:
@@ -69,7 +69,7 @@ class Wiaas_Admin_Organization {
|
||||
$id = absint(str_replace('term_', '', $id));
|
||||
|
||||
$customers = wp_list_pluck(
|
||||
Wiaas_Shop_Data_Store::get_shop_customers($id),
|
||||
Wiaas_Shop::get_shop_customers($id),
|
||||
'customer_id');
|
||||
|
||||
return $customers;
|
||||
|
||||
Reference in New Issue
Block a user