Confirmation email + Subscription pages

- form as an iframe: increased marginY
- fixed issue with page titles (old themes using wp_title hook)
- redirect on reinstall instead of showing a message (to avoid being able to re-save old settings)
This commit is contained in:
Jonathan Labreuille
2016-03-24 12:16:02 +01:00
parent 72a9951125
commit f082c065d1
5 changed files with 56 additions and 17 deletions

View File

@ -75,8 +75,8 @@ class Widget {
);
echo $this->renderer->render('form/iframe.html', $data);
exit();
}
exit();
}
}