Topic cluster
Other
Documentation not covered by the keyword groups shown in the parent cluster.
8 items
All documentation outside the keyword groups in the parent cluster is listed below.
embedded_media
Fetch media ids that are embedded in the body , body_extra and text blocks of your page.
escape
HTML escape a text. Escapes all reserved HTML characters in the value. Escaped strings are safe to be displayed in a HTML page. When you echo a query string argument or path variable then you must escape the value…
escape_check
Ensures thant an HTML escaped value is properly escaped.
escape_link
Convert any URLs in a plaintext into HTML links, with adding the rel="nofollow" attribute, and replaces all newlines with <br> tags.
force_escape
HTML escapes a text.
sanitize_html
Sanitize a HTML code. Removes elements and attributes that might be dangerous, like <script> elements.
striptags
Removes all HTML tags from the value.
unescape
Removes HTML escaping from a text.