Hello!
I'm using the update_option function to update a option in the DB.
The problem is that the update function have html tag protection or somthing like that so it update the content to the database like that:
Test<br><span style=\"font-weight: bold;\">Bold</span><br><span style=\"font-style: italic;\">Italic</span><br><span style=\"text-decoration: underline;\">Underline</span><br>
Instead like this:
Test<br><span style="font-weight: bold;">Bold</span><br><span style="font-style: italic;">Italic</span><br><span style="text-decoration: underline;">Underline</span><br>
Please help me, Thanks in advanced.