Accept HTML in custom function
Trying to store markup in the database is generally a bad idea– some reasons being: Certain characters need to be escaped to be put in the database Having markup in the database will negatively effect any searches you may need to run on the data, now or in the future. Having markup in the database … Read more