Checks the restrictions set on a term (category/tag/etc.) and determines whether or not the provided user meets those requirements.
Parameters:
- $user_id (int) - ID of the user to check.
- $term_id (int) - ID of the term to check the restrictions on.
Return values:
- (bool) - True if the user meets the requirements, false if they do not. Will return true if the term is unrestricted.