See image of the table here: [1]: https://i.stack.imgur.com/KjWIQ.png
How do I show data from 'designs_save_user_list' of all user_id that contain 'account_parent' and with the same number in the meta_value?
I'm only able to see the data of a user, but I want to see everyone who has the same number in the account_parent
the current code is:
if(is_user_logged_in()){
$user_ID = get_current_user_id();
$get_designs_list = get_user_meta($user_ID, 'designs_save_user_list', true);