Remove user id’s stored in arrays that themselves are stored in user meta of another user
The easiest way to overcome this would be to create a custom “getter” to pull the data from the user meta which will check and clean and update “on the fly” something like this: First create a function to check if the user exists, function does_user_exists($user_id){ global $wpdb; $user = $wpdb->get_var( $wpdb->prepare( ” SELECT user_login … Read more