Advanced Custom Fields – Get value in other plugin file [closed]

Per ACF documentation, if you’re not getting values from posts, you need to prepend the ID. For users that needs to be user_

$id = ...;
get_field('wooncheck', 'user_' . $id);