This topic contains 1 reply, has 2 voices. Last updated by Cristián Lávaque 4 years, 10 months ago.
Topic Author | Topic |
---|---|
Posted: Monday Mar 5th, 2012 at 4:21 pm #7354 | |
I’m using ccaps to differentiate between two different types of member at a specific level. I’ve got a different signup form for each level/ccap but want to send out a different welcome email depending on the capability they’ll have. I’ve been trying to use functions.php to hook into user_register and set an if has_cap to send via wp_mail but can’t seem to get it to work – if you’ve ever encountered this use case I’d appreciate any tips/lines of code? Thanks in advance, |