I actually meant using get_the_terms. I am not returning any terms when using this in single-bp-email.php:
global $post;
$terms = get_the_terms( get_the_ID(), ‘bp-email-type’ );
Is there a better way to determine which situation (term) is being called?
Is it possible to determine which taxonomy is being used in single-bp-email.php using get_terms? It seems like I had it working, but now the email sends content based on all situations.