You are here: Home
Support site for Tips and Tricks HQ premium products
I use: WP eMembers – Dashboard v8.3.4
I create aweber form. When user valide his email he is redirect to my PHP script:
// I get the data with the aweber option “Pass subscriber info for personalizing this page.”
$get_url = get_bloginfo(‘url’).”/wp-content/plugins/wp-eMember/api/create.php”.$prepared_data;
echo file_get_contents($get_url);
header(‘location:’.get_bloginfo(‘url’).’/inscription-termine’);
can be done another way?
I found the alternative solution using eMember.
WP eMember -> settings -> Site Wide Page Protection
but when I check “Enable Site Wide/Domain Level Lockdown” and I Add this URL patterns
“/espace-membre/” my home is lockdown… [http://mydomaine.fr/]