Hi,
I've tried to find a plugin but haven't been 100% successful.
Members List will let me see a list of users via the registration date. So the information is in the database to be used.
Is there anyway of getting notified as the WP Admin when a user reaches the 365th day after they registered -- ie, their one-year anniversary as a member of the site?
So put simply, something along the lines of:
<?php
function user_anniversary {
if user = subscriber (& registration date +365 days = today)
action "notify Admin (via email preferably)"
}
As you may guess, I'm not a natural php coder!! ;)
I'm pretty sure I'm not the only one having requested this, but can't seem to find anything.
Any pointers gratefully received.
Cheers,
Tracy