'; echo '
'; echo '

Affiliates Manager and MailPoet

'; if (isset($_POST['wpam_mailpoet_save_settings'])) { $list_id = $_REQUEST['wpam_mailpoet_list_id']; update_option('wpam_mailpoet_list_id', $list_id); echo '
'; echo '

MailPoet Settings Saved!

'; echo '
'; } ?>

Read the usage documentation to learn how to use the MailPoet integration addon

MailPoet List ID

Your affiliates will be subscribed to this MailPoet list when they sign up for an account.

'; //end of poststuff and post-body echo '
'; //end of wrap }