New user notification emails stopped?
-
As far as I am aware, I only made one change to BuddyPress yesterday and that was creating a bp-custom.php file and adding:
<?php add_action( 'bp_complete_signup', 'buddydev_redirect_after_signup' ); function buddydev_redirect_after_signup() { $page = 'thanks-for-joining';//your page slug bp_core_redirect( site_url( $page ) ); } ?>
So that it redirects users to a new page after signing up – this works beautifully.
However, since then I have stopped receiving new user notification emails. This was something I was receiving by default when new users finished activating their accounts. Does anyone know why this has stopped or how to re-activate it? Failing that, is there a way to see how many new users there are each day?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.