bruunmedia (February 17th, 2012), dikiyforester (February 16th, 2012), ggriffin (February 25th, 2012)
function grab_email_from_wp_signup()
{
if($_POST['newsletter-signup-do'] != 1) return;
if(isset($_POST['your_email'])) {
// gather emailadress from user who WordPress registered
$email = $_POST['your_email'];
$naam = $_POST['your_username'];
} elseif(isset($_POST[...
function nsu_grabinfo() {
$NewsletterSignUp = NewsletterSignUp::getInstance();
$NewsletterSignUp->grab_email_from_wp_signup();
}
<div align="right"
<?php if(function_exists('nsu_checkbox')) nsu_checkbox(); ?>
</div>
//set the first login date/time
appthemes_first_login ( $super_id );
if(function_exists('nsu_grabinfo')) nsu_grabinfo();
bruunmedia (February 17th, 2012), dikiyforester (February 16th, 2012), ggriffin (February 25th, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)