HTML Custom Message
-
Hello,
Using html in custom messages is not working correctly. A custom message like this:
<span dir="rtl">????</span>
changes to:
<span dir\"rtl\">????</span>
Changing line
update_option('wp_custom_login_logo_message',$_POST['wp_custom_login_logo_message']);
to
update_option('wp_custom_login_logo_message',stripslashes($_POST['wp_custom_login_logo_message']));
will solve the problem.
It would be very good if you solve it in next version. Thanks!https://www.ads-software.com/extend/plugins/my-wp-login-logo/
- The topic ‘HTML Custom Message’ is closed to new replies.