WordPress Membership Plugin
Hello,
Thank you for your help.
I was juste affraid to do that, i thought It will be erase by next update?
best regards
Kevin
Hi,
Sorry i made a mistake.
on line 86:
if ($this->create_swpm_user() && $this->create_wp_user() && $this->send_reg_email()) {
do_action('swpm_front_end_registration_complete'); //Keep this action hook for people who are using it (so their implementation doesn't break).
do_action('swpm_front_end_registration_complete_user_data', $this->member_info);
$login_page_url = SwpmSettings::get_instance()->get_value('login-page-url');
$after_rego_msg = '<div class="swpm-registration-success-msg">' . <strong>SwpmUtils::_('Registration Successful. ')</strong> . SwpmUtils::_('Please') . ' <a href="' . $login_page_url . '">' . SwpmUtils::_('Login') . '</a></div>';
$message = array('succeeded' => true, 'message' => $after_rego_msg);
SwpmTransfer::get_instance()->set('status', $message);
return;
}
do you see the escape in strong at the end of the sentence?
I hope it could help you.
Kevin