wpsharks / mail-remix

0 stars 0 forks source link

Possible Features for Pro Version #2

Open brucewrks opened 9 years ago

brucewrks commented 9 years ago
brucewrks commented 9 years ago
jaswrks commented 9 years ago

Requiring an email subscription be confirmed before allowing access to something on the site. That's a feature that is constantly requested in s2Member; and yet it seems like a good fit for your plugin too.

If you integrate with MC, AWeber, etc; you might set an encrypted cookie in a browser to identify that user as having been subscribed/confirmed. Then, there might be a conditional tag that you introduce in your plugin.

<?php if(current_user_confirmed_sub()): ?>

If the user is logged-in w/ a user ID, try to attach a flag to their user meta data too, so you can detect this more reliably for users that actually have accounts too.