Escaping
ImpressPages has the following functions to escape the content, thus making your plugin or theme output more secure:
- esc() - general escape method to escape HTML code,
- escAttr() - escapes HTML attribute,
- escTextarea() - escapes HTML textarea tag content.